mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-04 08:52:20 +02:00
Split of langage files
git-svn-id: http://piwigo.org/svn/trunk@364 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -41,7 +41,7 @@ $display_form = true;
|
||||
// id in $_GET['user_id']
|
||||
$query = 'select';
|
||||
$query.= ' username,status,mail_address';
|
||||
$query.= ' from '.PREFIX_TABLE.'users';
|
||||
$query.= ' from '.USERS_TABLE;
|
||||
$query.= ' where id = '.$_GET['user_id'];
|
||||
$query.= ';';
|
||||
$row = mysql_fetch_array( mysql_query( $query ) );
|
||||
|
||||
Reference in New Issue
Block a user