Changeset 10270
- Timestamp:
- 04/10/11 22:25:39 (2 years ago)
- Files:
-
- 1 modified
-
extensions/LCAS/trunk/admin/LCAS_admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
extensions/LCAS/trunk/admin/LCAS_admin.php
r10267 r10270 91 91 FROM '.USERS_TABLE.';'; 92 92 93 while ($r = pwg_db_fetch_assoc(pwg_query($query))) 93 $res = pwg_query($query); 94 while ($r = pwg_db_fetch_assoc($res)) 94 95 { 95 96 $LCAS_users[$r['username']] = LCAS_change_case($r['username'], $conf_LCAS[0]);
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)