Changeset 2029 for trunk/include/common.inc.php
- Timestamp:
- Jun 6, 2007, 12:01:15 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/common.inc.php
r1903 r2029 5 5 // | Copyright (C) 2003-2007 PhpWebGallery Team - http://phpwebgallery.net | 6 6 // +-----------------------------------------------------------------------+ 7 // | branch : BSF (Best So Far)8 7 // | file : $Id$ 9 8 // | last update : $Date$ … … 166 165 // only now we can set the localized username of the guest user (and not in 167 166 // include/user.inc.php) 168 if ( $user['is_the_guest'])167 if (is_a_guest()) 169 168 { 170 169 $user['username'] = $lang['guest'];
Note: See TracChangeset
for help on using the changeset viewer.