projects
/
textcart.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3601012
)
0000800: Cannot seem to update contact categories as inactive
author
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sun, 22 May 2011 08:39:37 +0000
(10:39 +0200)
committer
Joe Hunt
<joe.hunt.consulting@gmail.com>
Sun, 22 May 2011 08:39:37 +0000
(10:39 +0200)
admin/crm_categories.php
patch
|
blob
|
history
diff --git
a/admin/crm_categories.php
b/admin/crm_categories.php
index bf24403ea3e96774f2f49a24120ceb84a4a909d4..b06c618a02752a638d5d9a7b6031041d34e7f858 100644
(file)
--- a/
admin/crm_categories.php
+++ b/
admin/crm_categories.php
@@
-101,7
+101,7
@@
while ($myrow = db_fetch($result))
label_cell($myrow["name"]);
label_cell($myrow["description"]);
- inactive_control_cell($myrow["id"], $myrow["inactive"], '
area
s', 'id');
+ inactive_control_cell($myrow["id"], $myrow["inactive"], '
crm_categorie
s', 'id');
edit_button_cell("Edit".$myrow["id"], _("Edit"));
if ($myrow["system"])