Revision: 2629
          https://sourceforge.net/p/mrbs/code/2629/
Author:   cimorrison
Date:     2013-01-01 13:44:05 +0000 (Tue, 01 Jan 2013)
Log Message:
-----------
Fixed bug when no area or room admins are defined

Modified Paths:
--------------
    mrbs/branches/linked_bookings/web/functions_mail.inc

Modified: mrbs/branches/linked_bookings/web/functions_mail.inc
===================================================================
--- mrbs/branches/linked_bookings/web/functions_mail.inc        2012-12-30 
17:56:53 UTC (rev 2628)
+++ mrbs/branches/linked_bookings/web/functions_mail.inc        2013-01-01 
13:44:05 UTC (rev 2629)
@@ -259,7 +259,7 @@
   
   if ($email == -1)
   {
-    trigger_error(sql_error(), E_USER_NOTICE);
+    // The result can be -1 if there's an error or if there are no matching 
rows
     $email = "";
   }
   return $email;
@@ -284,7 +284,7 @@
   
   if ($email == -1)
   {
-    trigger_error(sql_error(), E_USER_NOTICE);
+    // The result can be -1 if there's an error or if there are no matching 
rows
     $email = "";
   }
   return $email;
------------------------------------------------------------------------------
Master SQL Server Development, Administration, T-SQL, SSAS, SSIS, SSRS
and more. Get SQL Server skills now (including 2012) with LearnDevNow -
200+ hours of step-by-step video tutorials by Microsoft MVPs and experts.
SALE $99.99 this month only - learn more at:
http://p.sf.net/sfu/learnmore_122512
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to