summaryrefslogtreecommitdiff
path: root/modules/tag/helpers
diff options
context:
space:
mode:
Diffstat (limited to 'modules/tag/helpers')
-rw-r--r--modules/tag/helpers/tag_installer.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/modules/tag/helpers/tag_installer.php b/modules/tag/helpers/tag_installer.php
index 379749ed..5734b243 100644
--- a/modules/tag/helpers/tag_installer.php
+++ b/modules/tag/helpers/tag_installer.php
@@ -19,10 +19,8 @@
*/
class tag_installer {
public static function install() {
- Kohana::log("debug", "tag_installer::install");
$db = Database::instance();
$version = module::get_version("tag");
- Kohana::log("debug", "tag: $version");
if ($version == 0) {
$db->query("CREATE TABLE IF NOT EXISTS `tags` (
`id` int(9) NOT NULL auto_increment,