Revision: 2987
https://sourceforge.net/p/mrbs/code/2987/
Author: cimorrison
Date: 2015-01-28 13:24:21 +0000 (Wed, 28 Jan 2015)
Log Message:
-----------
Updated import.php to cope with the new modified_by field
Modified Paths:
--------------
mrbs/trunk/web/import.php
Modified: mrbs/trunk/web/import.php
===================================================================
--- mrbs/trunk/web/import.php 2015-01-27 17:33:56 UTC (rev 2986)
+++ mrbs/trunk/web/import.php 2015-01-28 13:24:21 UTC (rev 2987)
@@ -320,6 +320,7 @@
{
case 'ORGANIZER':
$booking['create_by'] = get_create_by($details['value']);
+ $booking['modified_by'] = '';
break;
case 'SUMMARY':
$booking['name'] = $details['value'];
------------------------------------------------------------------------------
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