Хранилища Subversion ant

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

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

/branches/ant/0.9.x/lib/core.php
662,8 → 662,8
}
}
$query .= ") ORDER BY r.rtype_id ASC";
$rq =& $this->db->query($query);
while ($rq->fetchInto($updates)) {
$req =& $this->db->query($query);
while ($req->fetchInto($updates)) {
// Формируем type proto://host/folder
$show .= "# ".$this->secure->checkStr($updates["repinfo"],1)."\n";
$show .= $this->secure->checkStr($dist["type"],1)." ".$this->secure->checkStr($updates["proto"],1).$this->secure->checkStr($updates["rhost"],1).$this->secure->checkStr($updates["rfolder"],1);