Хранилища Subversion ant

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

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

/branches/ant/0.9.x/lib/core.php
609,7 → 609,8
$rq =& $this->db->query($query);
$rq->fetchInto($dist);
$show = "# Список репозиториев для ".$this->secure->checkStr($dist["distname"],1)." ".$this->secure->checkStr($dist["version"],1)." ".$this->secure->checkStr($dist["vname"],1)."\n\n";
$show = "# Список репозиториев для ".$this->secure->checkStr($dist["distname"],1)." ".$this->secure->checkStr($dist["version"],1)." ".$this->secure->checkStr($dist["vname"],1)."\n";
$show .= "# Этот sources.list сгенерирован при помощи ".$core->getEngineAttr('codename')." ".$core->getEngineAttr('version')."\n\n";
 
// Извлекаем информацию о репозиториях и строим sources.list
if ($dist["type"]=="deb") {