Хранилища Subversion ant

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

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

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