From b60419df857945888c9b2692081ea36adc9f20e3 Mon Sep 17 00:00:00 2001 From: Paul 'flowerysong' Arthur Date: Wed, 5 May 2010 01:53:30 +0000 Subject: You know, maybe I shouldn't be allowed to use computers. Revert accidentally committed hunk. --- lib/class/update.class.php | 18 ------------------ 1 file changed, 18 deletions(-) (limited to 'lib/class/update.class.php') diff --git a/lib/class/update.class.php b/lib/class/update.class.php index b54def3e..a22bf8fe 100644 --- a/lib/class/update.class.php +++ b/lib/class/update.class.php @@ -1915,23 +1915,5 @@ class Update { } // update_360003 - /** - * update_360003 - * This update adds the search table - */ - public static function update_360003_b() { - $sql = "CREATE TABLE `search` (" . - "`id` INT( 11 ) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY ," . - "`user` INT( 11 ) NOT NULL ," . - "`type` ENUM('private','public') DEFAULT NULL ," . - "`rules` VARCHAR( 65535 ) NOT NULL ," . - "`name` VARCHAR( 255 ) NOT NULL ," . - "`logic_operator` VARCHAR(3) NOT NULL " . - ") ENGINE = MYISAM "; - $db_results = Dba::write($sql); - - self::set_version('db_version','360003'); - } // update_360003 - } // end update class ?> -- cgit