|
From: <dac...@us...> - 2007-09-02 07:49:31
|
Revision: 50
http://thevr.svn.sourceforge.net/thevr/?rev=50&view=rev
Author: dachebodt
Date: 2007-09-02 00:49:33 -0700 (Sun, 02 Sep 2007)
Log Message:
-----------
making some more installation fixes
Modified Paths:
--------------
mods/cms/trunk/modules/blocks/info/acp_blocks.php
Modified: mods/cms/trunk/modules/blocks/info/acp_blocks.php
===================================================================
--- mods/cms/trunk/modules/blocks/info/acp_blocks.php 2007-09-02 06:19:04 UTC (rev 49)
+++ mods/cms/trunk/modules/blocks/info/acp_blocks.php 2007-09-02 07:49:33 UTC (rev 50)
@@ -59,7 +59,7 @@
`style` mediumint(8) NOT NULL default '0',
`permission` varchar(125) default NULL,
`class` char(10) NOT NULL,
- `xfer_to` tinyint(2) NOT NULL default '',
+ `xfer_to` tinyint(2) NOT NULL,
`xtype` tinyint(1) NOT NULL default '0',
`xmodules` varchar(125) default NULL,
`status` tinyint(1) NOT NULL default '0',
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|