Хранилища Subversion ant

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

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

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