Changeset 16654
- Timestamp:
- 07/12/12 16:40:34 (10 months ago)
- Files:
-
- 1 modified
-
extensions/SmartAlbums/maintain.inc.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
extensions/SmartAlbums/maintain.inc.php
r16104 r16654 49 49 foreach ($name_changes as $old => $new) 50 50 { 51 pwg_query('UPDATE TABLE' . smart_table . ' SET cond = "'.$new.'" WHERE cond = "'.$old.'";');51 pwg_query('UPDATE ' . smart_table . ' SET cond = "'.$new.'" WHERE cond = "'.$old.'";'); 52 52 } 53 53 }
![(please configure the [header_logo] section in trac.ini)](http://piwigo.org/screenshots/piwigo_logo_on_white.png)