diff options
author | rvelices <rv-github@modusoptimus.com> | 2007-01-25 02:56:51 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2007-01-25 02:56:51 +0000 |
commit | d13dbba87345a1a63b154908574273c3bd24ec89 (patch) | |
tree | 807e314048d5d63e1c1903bb19a3e813d996daa2 /admin/user_perm.php | |
parent | 80020dd7564f25f4af5d994df5690b1088456b41 (diff) |
some more language cleanup
git-svn-id: http://piwigo.org/svn/trunk@1754 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | admin/user_perm.php | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/admin/user_perm.php b/admin/user_perm.php index 78409965e..cfe15842c 100644 --- a/admin/user_perm.php +++ b/admin/user_perm.php @@ -2,10 +2,10 @@ // +-----------------------------------------------------------------------+ // | PhpWebGallery - a PHP based picture gallery | // | Copyright (C) 2002-2003 Pierrick LE GALL - pierrick@phpwebgallery.net | -// | Copyright (C) 2003-2005 PhpWebGallery Team - http://phpwebgallery.net | +// | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | // +-----------------------------------------------------------------------+ // | branch : BSF (Best So Far) -// | file : $RCSfile$ +// | file : $Id$ // | last update : $Date$ // | last modifier : $Author$ // | revision : $Revision$ @@ -47,8 +47,7 @@ if (isset($_GET['user_id']) and is_numeric($_GET['user_id'])) } else { - echo l10n('user_id URL parameter is missing'); - exit(); + die('user_id URL parameter is missing'); } // +-----------------------------------------------------------------------+ |