Changeset 9027
- Timestamp:
- 02/01/11 00:41:00 (2 years ago)
- Files:
-
- 1 modified
-
extensions/AMenuManager/amm_install.class.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
extensions/AMenuManager/amm_install.class.inc.php
r9026 r9027 289 289 pwg_query($sql); 290 290 291 292 if(!isset($user['language']) or $user['language']=='') 293 { 294 $sql="SELECT language FROM ".USERS_INFOS_TABLE." WHERE id='1';"; 295 pwg_query($sql); 296 if($result) 297 { 298 while($row=pwg_db_fetch_assoc($result)) 299 { 300 $user['language']=$row['language']; 301 } 302 } 303 } 291 304 $sql="DELETE FROM `".$this->tables['personalised']."` WHERE lang!='".$user['language']."';"; 292 305 pwg_query($sql);
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)