Revision: 2997
          https://sourceforge.net/p/mrbs/code/2997/
Author:   cimorrison
Date:     2015-01-28 17:29:06 +0000 (Wed, 28 Jan 2015)
Log Message:
-----------
Renamed getBookingsInSeries() to get rid of an upper-case 'I' and so avoid 
possible problems in a Turkish locale

Modified Paths:
--------------
    mrbs/trunk/web/mrbs_sql.inc

Modified: mrbs/trunk/web/mrbs_sql.inc
===================================================================
--- mrbs/trunk/web/mrbs_sql.inc 2015-01-28 17:25:31 UTC (rev 2996)
+++ mrbs/trunk/web/mrbs_sql.inc 2015-01-28 17:29:06 UTC (rev 2997)
@@ -1743,7 +1743,7 @@
     
     if ($edit_type == "series")
     {
-      $old_bookings = getBookingsInSeries($repeat_id);
+      $old_bookings = get_bookings_in_series($repeat_id);
     }
     else
     {
@@ -1940,7 +1940,7 @@
   return sql_row_keyed($res, 0);
 }
 
-function getBookingsInSeries($repeat_id)
+function get_bookings_in_series($repeat_id)
 {
   global $tbl_entry;
   
------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to