Хранилища Subversion ant

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

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

/branches/ant/0.9.x/lib/core.php
625,7 → 625,7
$rq =& $this->db->query($query);
$rq->fetchInto($base);
// Формируем type proto://host/folder
$show .= "# ".$this->secure->checkStr($base["rtype"],1)."\n";
$show .= "# ".$this->secure->checkStr($base["repinfo"],1)."\n";
$show .= $this->secure->checkStr($dist["type"],1)." ".$this->secure->checkStr($base["proto"],1).$this->secure->checkStr($base["rhost"],1).$this->secure->checkStr($base["rfolder"],1);
$dvname = str_replace("{DIST}",$this->secure->checkStr($dist["vcodename"],1),$this->secure->checkStr($base["scheme"],1));
// Формируем distname
666,7 → 666,7
$rq =& $this->db->query($query);
while ($rq->fetchInto($updates)) {
// Формируем type proto://host/folder
$show .= "# ".$this->secure->checkStr($updates["rtype"],1)."\n";
$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);
$dvname = str_replace("{DIST}",$this->secure->checkStr($dist["vcodename"],1),$this->secure->checkStr($updates["scheme"],1));
// Формируем distname