Хранилища Subversion ant

Редакция

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

Редакция 254 Редакция 255
Строка 18... Строка 18...
18
 * License along with this library; if not, write to the Free Software
18
 * License along with this library; if not, write to the Free Software
19
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
19
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
 *
20
 *
21
 */
21
 */
22
22
23
$errata = $secure->wrapInt($_GET["error"]);
-
 
24
include dirname(__FILE__)."/lib/init.php";
23
include dirname(__FILE__)."/lib/init.php";
-
 
24
$errata = $secure->wrapInt($_GET["error"]);
25
25
26
switch ($errata) {
26
switch ($errata) {
27
        case '0':
27
        case '0':
28
                $errmsg = _("<p>Возникли какие-то непонятные проблемы.</p>");
28
                $errmsg = _("<p>Возникли какие-то непонятные проблемы.</p>");
29
                break;
29
                break;