Хранилища Subversion ant

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

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

/branches/ant/0.9.x/lib/core.php
345,7 → 345,8
if (PEAR::isError($this->db)) {
$result["ERR"] = 1;
$result["ERRINFO"] = $this->db->getMessage();
} else {
} else {
$rq->fetchInto($element);
$result["ERR"] = 0;
}
 
378,7 → 379,8
if (PEAR::isError($this->db)) {
$result["ERR"] = 1;
$result["ERRINFO"] = $this->db->getMessage();
} else {
} else {
$rq->fetchInto($element);
$result["ERR"] = 0;
}
 
447,7 → 449,8
if (PEAR::isError($this->db)) {
$result["ERR"] = 1;
$result["ERRINFO"] = $this->db->getMessage();
} else {
} else {
$rq->fetchInto($element);
$result["ERR"] = 0;
}
 
478,7 → 481,8
if (PEAR::isError($this->db)) {
$result["ERR"] = 1;
$result["ERRINFO"] = $this->db->getMessage();
} else {
} else {
$rq->fetchInto($element);
$result["ERR"] = 0;
}
 
504,7 → 508,8
if (PEAR::isError($this->db)) {
$result["ERR"] = 1;
$result["ERRINFO"] = $this->db->getMessage();
} else {
} else {
$rq->fetchInto($element);
$result["ERR"] = 0;
}