Хранилища Subversion ant

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

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

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