mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-20 00:23:40 +02:00
2003.05.13 user_add and user_modify added
git-svn-id: http://piwigo.org/svn/trunk@9 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<?
|
||||
/***************************************************************************
|
||||
* configuration.php is a part of PhpWebGallery *
|
||||
* configuration.php *
|
||||
* ------------------- *
|
||||
* last update : Tuesday, July 16, 2002 *
|
||||
* email : pierrick@z0rglub.com *
|
||||
* application : PhpWebGallery 1.3 *
|
||||
* author : Pierrick LE GALL <pierrick@z0rglub.com> *
|
||||
* *
|
||||
***************************************************************************/
|
||||
|
||||
@@ -293,7 +293,8 @@ else
|
||||
$query.= $default_user_infos[$i];
|
||||
}
|
||||
$query .= ' from '.$prefixeTable.'users';
|
||||
$query.= " where pseudo ='visiteur';";
|
||||
$query.= " where username = 'guest'";
|
||||
$query.= ';';
|
||||
|
||||
$row = mysql_fetch_array( mysql_query( $query ) );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user