Хранилища Subversion ant

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

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

/branches/ant/0.9.x/lib/core.php
405,7 → 405,6
$result["ERR"] = 1;
$result["ERRINFO"] = $this->db->getMessage();
} else {
$rq->fetchInto($element);
$result["ERR"] = 0;
}
 
416,7 → 415,6
$result["ERR"] = 1;
$result["ERRINFO"] = $this->db->getMessage();
} else {
$rq->fetchInto($element);
$result["ERR"] = 0;
}