Revision: 1149
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1149&view=rev
Author:   jberanek
Date:     2009-07-08 12:01:37 +0000 (Wed, 08 Jul 2009)

Log Message:
-----------
* Small typo fix in a comment in the new $maxlength array values
 in config.inc.php.

Modified Paths:
--------------
    mrbs/trunk/web/config.inc.php

Modified: mrbs/trunk/web/config.inc.php
===================================================================
--- mrbs/trunk/web/config.inc.php       2009-07-08 11:55:28 UTC (rev 1148)
+++ mrbs/trunk/web/config.inc.php       2009-07-08 12:01:37 UTC (rev 1149)
@@ -46,7 +46,7 @@
 $maxlength['entry.name']       = 80;  // characters   (name field in entry 
table)
 $maxlength['area.area_name']   = 30;  // characters   (area_name field in area 
table)
 $maxlength['room.room_name']   = 25;  // characters   (room_name field in room 
table)
-$maxlength['room.description'] = 60;  // characters   (room_name field in room 
table)
+$maxlength['room.description'] = 60;  // characters   (description field in 
room table)
 $maxlength['users.name']       = 30;  // characters   (name field in users 
table)
 $maxlength['users.email']      = 75;  // characters   (email field in users 
table)
 // other values for the users table need to follow the 
$maxlength['users.fieldname'] pattern


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