Хранилища Subversion ant

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

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

/branches/ant/0.9.x/lib/core.php
404,7 → 404,8
if (PEAR::isError($this->db)) {
$result["ERR"] = 1;
$result["ERRINFO"] = $this->db->getMessage();
} else {
} else {
$rq->fetchInto($element);
$result["ERR"] = 0;
}
 
414,7 → 415,8
if (PEAR::isError($this->db)) {
$result["ERR"] = 1;
$result["ERRINFO"] = $this->db->getMessage();
} else {
} else {
$rq->fetchInto($element);
$result["ERR"] = 0;
}