plugins/calendar/sql/mysql_install.php
branchHEAD
changeset 7454 b52c72b9844c
parent 7344 3e03947c0624
child 7568 07c5fd64f7ea
     1.1 --- a/plugins/calendar/sql/mysql_install.php	Sat Oct 03 11:46:54 2009 +0200
     1.2 +++ b/plugins/calendar/sql/mysql_install.php	Sat Nov 07 18:45:37 2009 +0100
     1.3 @@ -119,6 +119,6 @@
     1.4  
     1.5  $_SQL[] = "INSERT INTO {$_TABLES['eventsubmission']} (eid, title, description, location, datestart, dateend, url, allday, zipcode, state, city, address2, address1, event_type, timestart, timeend, owner_id) VALUES ('2008050110130162','Installed the Calendar plugin','Today, you successfully installed the Calendar plugin.','Your webserver',CURDATE(),CURDATE(),'http://www.geeklog.net/',1,NULL,NULL,NULL,NULL,NULL,'',NULL,NULL,1)";
     1.6  
     1.7 -$_SQL[] = "INSERT INTO {$_TABLES['blocks']} (is_enabled, name, type, title, tid, blockorder, content, onleft, phpblockfn, owner_id, group_id, perm_owner, perm_group) VALUES (1,'events_block','phpblock','Events','all',4,'',1,'phpblock_calendar',{$_USER['uid']},#group#,3,3)";
     1.8 +$_SQL[] = "INSERT INTO {$_TABLES['blocks']} (is_enabled, name, type, title, tid, blockorder, content, onleft, phpblockfn, owner_id, group_id, perm_owner, perm_group) VALUES (1,'events_block','phpblock','Events','all',100,'',1,'phpblock_calendar',{$_USER['uid']},#group#,3,3)";
     1.9  
    1.10  ?>