diff options
| author | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-28 20:21:34 +0000 |
|---|---|---|
| committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2003-01-28 20:21:34 +0000 |
| commit | 69eb24394a1d999e1cfcd78a86126f07e0c727fb (patch) | |
| tree | 5bc954ddaee66359c02b75e2709304cf7478e7ca /phpBB/admin/admin_icons.php | |
| parent | f522f21240d119afced41ea6131dab0d3b43ba82 (diff) | |
| download | forums-69eb24394a1d999e1cfcd78a86126f07e0c727fb.tar forums-69eb24394a1d999e1cfcd78a86126f07e0c727fb.tar.gz forums-69eb24394a1d999e1cfcd78a86126f07e0c727fb.tar.bz2 forums-69eb24394a1d999e1cfcd78a86126f07e0c727fb.tar.xz forums-69eb24394a1d999e1cfcd78a86126f07e0c727fb.zip | |
More case changing, hard coding of HTML, etc.
git-svn-id: file:///svn/phpbb/trunk@3391 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/admin_icons.php')
| -rw-r--r-- | phpBB/admin/admin_icons.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/phpBB/admin/admin_icons.php b/phpBB/admin/admin_icons.php index ca146a2d5f..90e63d7cf4 100644 --- a/phpBB/admin/admin_icons.php +++ b/phpBB/admin/admin_icons.php @@ -319,7 +319,6 @@ function update_image_dimensions() SET ' . $db->sql_build_array('UPDATE', $img_sql) . " WHERE " . $fields . "_id = $image_id"); $cache->destroy('icons'); - $cache->put('icons'); trigger_error($user->lang[$lang . '_EDITED']); } @@ -327,7 +326,6 @@ function update_image_dimensions() { $db->sql_query('INSERT INTO ' . $table . ' ' . $db->sql_build_array('INSERT', $img_sql)); $cache->destroy('icons'); - $cache->put('icons'); trigger_error($user->lang[$lang . '_ADDED']); } |
