- 883: category status wasn't saved.

- 870, 877, 878: growfield plugins send wrong value when empty textarea. Now use another plugin for autogrow.

git-svn-id: http://piwigo.org/svn/trunk@2653 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
patdenice
2008-10-04 13:54:54 +00:00
parent 9559f1a875
commit eb07150f22
5 changed files with 51 additions and 337 deletions
+1 -1
View File
@@ -100,7 +100,7 @@ UPDATE '.CATEGORIES_TABLE.' SET image_order='.(isset($image_order) ? 'NULL':"'$i
{
set_cat_visible(array($_GET['cat_id']), $_POST['visible']);
}
if ($cat_info['status'] != get_boolean( $_POST['status'] ) )
if ($cat_info['status'] != $_POST['status'] )
{
set_cat_status(array($_GET['cat_id']), $_POST['status']);
}