Хранилища Subversion ant

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

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

/branches/ant/0.9.x/lib/core.php
1059,12 → 1059,10
// Режим редактирования
$query = "SELECT * FROM ".$this->prefix."repscheme WHERE scheme_id='".$sSchemeID."'";
$rq =& $this->db->query($query);
$rq->fetchInto($element);
$show .= "<div class='inputbox'><label for='scheme'>Схема репозитория:</label> ".$this->showSchemeList("scheme", $element["scheme_id"],"innerhtml")."</div>\n";
} else {
$show .= "<div class='inputbox'><label for='scheme'>Схема репозитория:</label> <input type='text' name='scheme' id='scheme' value=''></div>\n";
}
$rq->fetchInto($element);
}
$show .= "<div class='inputbox'><label for='scheme'>Схема репозитория:</label> <input type='text' name='scheme' id='scheme' value='".$this->secure->checkStr($element["scheme"],1)."'></div>\n";
$show .= "<div class='inputbox'><input type='submit' value=' Отправить данные '></div>\n</fieldset>\n";
 
return $show;