Revision: 1150
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1150&view=rev
Author:   cimorrison
Date:     2009-07-08 12:04:50 +0000 (Wed, 08 Jul 2009)

Log Message:
-----------
Updated comments to reflect the new definition of maximum field lengths in the 
config file.

Modified Paths:
--------------
    mrbs/trunk/tables.my.sql
    mrbs/trunk/tables.pg.73and_above.sql
    mrbs/trunk/tables.pg.sql

Modified: mrbs/trunk/tables.my.sql
===================================================================
--- mrbs/trunk/tables.my.sql    2009-07-08 12:01:37 UTC (rev 1149)
+++ mrbs/trunk/tables.my.sql    2009-07-08 12:04:50 UTC (rev 1150)
@@ -8,10 +8,9 @@
 # to something else using $db_tbl_prefix then you must edit each
 # 'CREATE TABLE' and 'INSERT INTO' line below to replace 'mrbs_' with
 # your new table prefix.
-# (2) If you change some of the varchar lengths here, then you should check
-# to see whether a corresponding length has been defined in the config file.
-# An example is ENTRY_NAME_LENGTH which is defined in the config file and
-# used for setting a maxlength attribute in the edit_entry form.
+# (2) If you change the varchar lengths here, then you should check
+# to see whether a corresponding length has been defined in the config file
+# in the array $maxlength.
 
 CREATE TABLE mrbs_area
 (

Modified: mrbs/trunk/tables.pg.73and_above.sql
===================================================================
--- mrbs/trunk/tables.pg.73and_above.sql        2009-07-08 12:01:37 UTC (rev 
1149)
+++ mrbs/trunk/tables.pg.73and_above.sql        2009-07-08 12:04:50 UTC (rev 
1150)
@@ -23,10 +23,9 @@
 -- 'CREATE TABLE', 'create index' and 'INSERT INTO' line below to replace
 -- 'mrbs_' with your new table prefix.
 --
--- If you change some of the varchar lengths here, then you should check
--- to see whether a corresponding length has been defined in the config file.
--- An example is ENTRY_NAME_LENGTH which is defined in the config file and
--- used for setting a maxlength attribute in the edit_entry form.
+-- If you change the varchar lengths here, then you should check
+-- to see whether a corresponding length has been defined in the config file
+-- in the array $maxlength.
 
 
 CREATE TABLE mrbs_area

Modified: mrbs/trunk/tables.pg.sql
===================================================================
--- mrbs/trunk/tables.pg.sql    2009-07-08 12:01:37 UTC (rev 1149)
+++ mrbs/trunk/tables.pg.sql    2009-07-08 12:04:50 UTC (rev 1150)
@@ -12,10 +12,9 @@
 -- 'CREATE TABLE', 'create index' and 'INSERT INTO' line below to replace
 -- 'mrbs_' with your new table prefix.
 --
--- If you change some of the varchar lengths here, then you should check
--- to see whether a corresponding length has been defined in the config file.
--- An example is ENTRY_NAME_LENGTH which is defined in the config file and
--- used for setting a maxlength attribute in the edit_entry form.
+-- If you change the varchar lengths here, then you should check
+-- to see whether a corresponding length has been defined in the config file
+-- in the array $maxlength.
 
 CREATE TABLE mrbs_area
 (


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Enter the BlackBerry Developer Challenge  
This is your chance to win up to $100,000 in prizes! For a limited time, 
vendors submitting new applications to BlackBerry App World(TM) will have
the opportunity to enter the BlackBerry Developer Challenge. See full prize  
details at: http://p.sf.net/sfu/Challenge
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to