Хранилища Subversion ant

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

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

/branches/ant/0.9.x/lib/core.php
674,7 → 674,7
// Формируем sections
$query = "SELECT * FROM ".$this->prefix."section s ";
$query .= "JOIN ".$this->prefix."sect2rep r ON s.sect_id=r.sect_id ";
$query .= "WHERE r.rep_id='".$base["rep_id"]."'";
$query .= "WHERE r.rep_id='".$updates["rep_id"]."'";
$rq =& $this->db->query($query);
while ($rq->fetchInto($sections)) {
$show .= $sections["secname"]." ";