Revision: 1772
          http://mrbs.svn.sourceforge.net/mrbs/?rev=1772&view=rev
Author:   jberanek
Date:     2011-01-28 21:45:23 +0000 (Fri, 28 Jan 2011)

Log Message:
-----------
* Implemented the ability to configure the default booking description
 with $default_description, as requested in SF #3001740.

Modified Paths:
--------------
    mrbs/trunk/web/edit_entry.php
    mrbs/trunk/web/systemdefaults.inc.php

Modified: mrbs/trunk/web/edit_entry.php
===================================================================
--- mrbs/trunk/web/edit_entry.php       2011-01-28 21:33:34 UTC (rev 1771)
+++ mrbs/trunk/web/edit_entry.php       2011-01-28 21:45:23 UTC (rev 1772)
@@ -348,7 +348,7 @@
   $edit_type     = "series";
   $name          = "";
   $create_by     = $user;
-  $description   = "";
+  $description   = $default_description;
   $type          = $default_type;
   $room_id       = $room;
   $rep_id        = 0;

Modified: mrbs/trunk/web/systemdefaults.inc.php
===================================================================
--- mrbs/trunk/web/systemdefaults.inc.php       2011-01-28 21:33:34 UTC (rev 
1771)
+++ mrbs/trunk/web/systemdefaults.inc.php       2011-01-28 21:45:23 UTC (rev 
1772)
@@ -947,4 +947,7 @@
 // Default type for new bookings
 $default_type = "I";
 
+// Default description for new bookings
+$default_description = "";
+
 ?>
\ No newline at end of file


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

------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires 
February 28th, so secure your free ArcSight Logger TODAY! 
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to