[Erp5-report] r7453 - /erp5/trunk/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_ca...
nobody at svn.erp5.org
nobody at svn.erp5.org
Tue May 23 15:56:28 CEST 2006
Author: aurel
Date: Tue May 23 15:56:27 2006
New Revision: 7453
URL: http://svn.erp5.org?rev=7453&view=rev
Log:
fix typo
Modified:
erp5/trunk/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_create_item.xml
Modified: erp5/trunk/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_create_item.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_create_item.xml?rev=7453&r1=7452&r2=7453&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_create_item.xml (original)
+++ erp5/trunk/bt5/erp5_banking_core/CatalogMethodTemplateItem/portal_catalog/erp5_mysql/z_create_item.xml Tue May 23 15:56:27 2006
@@ -103,7 +103,7 @@
`resource_uid` BIGINT UNSIGNED default \'0\',\n
`aggregate_uid` BIGINT UNSIGNED default \'0\',\n
`variation_text` VARCHAR(255),\n
- `simulation_state` VARCHAR(255) defualt \'\',\n
+ `simulation_state` VARCHAR(255) default \'\',\n
KEY `uid` (`uid`),\n
KEY `node_uid` (`node_uid`),\n
KEY `section_uid` (`section_uid`),\n
@@ -157,7 +157,7 @@
`resource_uid` BIGINT UNSIGNED default \'0\',\n
`aggregate_uid` BIGINT UNSIGNED default \'0\',\n
`variation_text` VARCHAR(255),\n
- `simulation_state` VARCHAR(255) defualt \'\',\n
+ `simulation_state` VARCHAR(255) default \'\',\n
KEY `uid` (`uid`),\n
KEY `node_uid` (`node_uid`),\n
KEY `section_uid` (`section_uid`),\n
More information about the Erp5-report
mailing list