Хранилища Subversion ant

Редакция

Редакция 633 | Весь файл | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 633 Редакция 634
Строка 1927... Строка 1927...
1927
        while ($rq->fetchInto($element)) {
1927
        while ($rq->fetchInto($element)) {
1928
            if ($splitter != $this->secure->checkInt($element["version_id"])) {
1928
            if ($splitter != $this->secure->checkInt($element["version_id"])) {
1929
                $splitter = $this->secure->checkInt($element["version_id"]);
1929
                $splitter = $this->secure->checkInt($element["version_id"]);
1930
                $show .= "</ul><ul><li class='nomarker'><strong>Репозитории для ".$this->secure->checkStr($element["fullname"],1)."</strong></li>";
1930
                $show .= "</ul><ul><li class='nomarker'><strong>Репозитории для ".$this->secure->checkStr($element["fullname"],1)."</strong></li>";
1931
            }
1931
            }
1932
            $show .= "<li>[<a href='".$actor."?mode=".$name."&action=edit&uuid=".$this->secure->checkInt($element["rep_id"])."' class='edit'>править</a>][<a href='".$actor."?mode=".$name."&action=delete&uuid=".$this->secure->checkInt($element["rep_id"])."' class='delete'>удалить</a>] ".$this->secure->checkStr($element["repname"],1)." (".$this->secure->checkStr($element["rtype"],1).")</li>\n";
1932
            $show .= "<li>[<a href='".$actor."?mode=".$name."&action=edit&uuid=".$this->secure->checkInt($element["rep_id"])."' class='edit'>править</a>][<a href='".$actor."?mode=".$name."&action=delete&uuid=".$this->secure->checkInt($element["rep_id"])."' class='delete'>удалить</a>] ".$this->secure->checkStr($element["repname"],1)." (<em>".$this->secure->checkStr($element["rtype"],1)."</em>)</li>\n";
1933
        }
1933
        }
1934
        $show .= "</ul>";
1934
        $show .= "</ul>";
1935
        return $show;
1935
        return $show;
1936
    }
1936
    }
1937
1937