0000800: Cannot seem to update contact categories as inactive
authorJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 22 May 2011 08:39:37 +0000 (10:39 +0200)
committerJoe Hunt <joe.hunt.consulting@gmail.com>
Sun, 22 May 2011 08:39:37 +0000 (10:39 +0200)
admin/crm_categories.php

index bf24403ea3e96774f2f49a24120ceb84a4a909d4..b06c618a02752a638d5d9a7b6031041d34e7f858 100644 (file)
@@ -101,7 +101,7 @@ while ($myrow = db_fetch($result))
        label_cell($myrow["name"]);
        label_cell($myrow["description"]);
        
-       inactive_control_cell($myrow["id"], $myrow["inactive"], 'areas', 'id');
+       inactive_control_cell($myrow["id"], $myrow["inactive"], 'crm_categories', 'id');
 
        edit_button_cell("Edit".$myrow["id"], _("Edit"));
        if ($myrow["system"])