From: <dor...@us...> - 2009-01-29 00:34:51
|
Revision: 1171 http://andro.svn.sourceforge.net/andro/?rev=1171&view=rev Author: dorgan1983 Date: 2009-01-29 00:34:39 +0000 (Thu, 29 Jan 2009) Log Message: ----------- This fixes the "Cannot set 'x6xrefdesc' on 'tabfky' to value 'Y'" error...Ken you should just check this and make sure i put it in the right place. But the build now works Modified Paths: -------------- trunk/andro/application/androBuild.php Modified: trunk/andro/application/androBuild.php =================================================================== --- trunk/andro/application/androBuild.php 2009-01-28 19:42:53 UTC (rev 1170) +++ trunk/andro/application/androBuild.php 2009-01-29 00:34:39 UTC (rev 1171) @@ -8712,6 +8712,7 @@ if($name=='srcfile') continue; // generated if($name=='auto') continue; // shortcut, gets parsed if($name=='columns') continue; // for content + if($name=='x6xrefdesc') continue; if($name=='suffix' && $table=='perm_cols') continue; if($name=='prefix' && $table=='perm_cols') continue; if($table=='colchainargs') continue; // derived tables This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |