Changeset 6321
- Timestamp:
- 05/24/10 13:12:23 (3 years ago)
- Files:
-
- 1 modified
-
branches/2.1/include/functions_user.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/2.1/include/functions_user.inc.php
r6312 r6321 302 302 LEFT JOIN '.THEMES_TABLE.' AS t ON t.id = ui.theme 303 303 WHERE ui.user_id = \''.$user_id.'\' 304 GROUP BY ui.user_id 304 305 ;'; 305 306 $result = pwg_query($query); 306 307 $user_infos_row = pwg_db_fetch_assoc($result); 307 if ( 0 == $user_infos_row['counter']) {308 if (!isset($user_infos_row['counter']) or 0 == $user_infos_row['counter']) { 308 309 create_user_infos($user_id); 309 310
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)