summaryrefslogtreecommitdiff
path: root/modules/user/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2008-11-26 06:37:12 +0000
committerTim Almdal <tnalmdal@shaw.ca>2008-11-26 06:37:12 +0000
commitde56a33c9c27cdf5abc0573fb1334fbbeb762048 (patch)
treee8c7174bd8df5e5ec5a37738675d74645ae34381 /modules/user/helpers
parent18ce4a4c1fab25bd5d7be43c6761195dd60b5981 (diff)
Clean tag creation
Diffstat (limited to 'modules/user/helpers')
-rw-r--r--modules/user/helpers/group.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/user/helpers/group.php b/modules/user/helpers/group.php
index 2e6a3962..6073085d 100644
--- a/modules/user/helpers/group.php
+++ b/modules/user/helpers/group.php
@@ -57,7 +57,7 @@ class group_Core {
if ($group->loaded) {
// Drop the view column for this group in the items table.
- Database::instance()->query("ALTER TABLE `items` DROP `view_{$group->id}`");
+// Database::instance()->query("ALTER TABLE `items` DROP `view_{$group->id}`");
$group->delete();
}
}