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:
parent
0cc55ec468
commit
b7b705f268
19 changed files with 470 additions and 790 deletions
|
|
@ -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 ) );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue