Хранилища Subversion ant

Сравнить редакции

Не учитывать пробелы Редакция 585 → Редакция 586

/branches/ant/0.9.x/lib/core.php
1269,7 → 1269,7
$result = array();
$sHost = $this->secure->checkStr($host);
 
$query = "INSERT INTO ".$this->prefix."rephost SET rhost='".$sProto."'";
$query = "INSERT INTO ".$this->prefix."rephost SET rhost='".$sHost."'";
$rq =& $this->db->query($query);
if (PEAR::isError($this->db)) {
$result["ERR"] = 1;