summaryrefslogtreecommitdiff
path: root/modules/digibug/helpers
diff options
context:
space:
mode:
authorTim Almdal <tnalmdal@shaw.ca>2009-06-25 21:41:54 -0700
committerTim Almdal <tnalmdal@shaw.ca>2009-06-25 21:41:54 -0700
commite2e1aa06834125f10e03f929a41e527ec7c2f8ea (patch)
treeda2c9bff98de8dd151ea43cc46d7eb49d0bf7c58 /modules/digibug/helpers
parent1552f0fff77125fbd31f2689154f1ac57acda83f (diff)
1) Rename the basic_company_id and basic_event_id to default_*_id
2) Removed the tabs on the digibug admin page word count is now at 35. 3) Added a default link which resets the event and company id's to gallery's ids
Diffstat (limited to 'modules/digibug/helpers')
-rw-r--r--modules/digibug/helpers/digibug_installer.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/digibug/helpers/digibug_installer.php b/modules/digibug/helpers/digibug_installer.php
index 83b58351..be2b8a6b 100644
--- a/modules/digibug/helpers/digibug_installer.php
+++ b/modules/digibug/helpers/digibug_installer.php
@@ -28,8 +28,8 @@ class digibug_installer {
PRIMARY KEY (`id`))
ENGINE=InnoDB DEFAULT CHARSET=utf8;");
- module::set_var("digibug", "basic_company_id", "3153");
- module::set_var("digibug", "basic_event_id", "8491");
+ module::set_var("digibug", "default_company_id", "3153");
+ module::set_var("digibug", "default_event_id", "8491");
module::set_var("digibug", "mode", "basic");
module::set_version("digibug", 1);