Хранилища Subversion ant

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

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

/branches/ant/0.9.x/lib/core.php
1124,7 → 1124,7
public function showRepType($reptype = 0, $name = "") {
$sRT = $this->secure->checkInt($reptype);
$sNM = $this->secure->checkStr($name,1);
$query = "SELECT * FORM ".$this->prefix."rtype";
$query = "SELECT * FROM ".$this->prefix."rtype";
$rq =& $this->db->query($query);
$show = "<select name='".$sNM."' id='".$sNM."'>\n";
while ($rq->fetchInto($element)) {