Revision: 2979
          https://sourceforge.net/p/mrbs/code/2979/
Author:   cimorrison
Date:     2015-01-24 12:36:55 +0000 (Sat, 24 Jan 2015)
Log Message:
-----------
Removed an unnecessary USER_NOTICE error.

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

Modified: mrbs/trunk/web/mrbs_sql.inc
===================================================================
--- mrbs/trunk/web/mrbs_sql.inc 2015-01-22 10:13:40 UTC (rev 2978)
+++ mrbs/trunk/web/mrbs_sql.inc 2015-01-24 12:36:55 UTC (rev 2979)
@@ -1253,8 +1253,8 @@
   if (sql_count($res) < 1)
   {
     // It's quite possible that the id will have disappeared, eg if somebody
-    // else has deleted or edited the entry
-    trigger_error("No rows found matching id=$id", E_USER_NOTICE);
+    // else has deleted or edited the entry, or if the back button is pressed
+    // after deleting an entry.
     if ($silent)
     {
       return FALSE;
------------------------------------------------------------------------------
New Year. New Location. New Benefits. New Data Center in Ashburn, VA.
GigeNET is offering a free month of service with a new server in Ashburn.
Choose from 2 high performing configs, both with 100TB of bandwidth.
Higher redundancy.Lower latency.Increased capacity.Completely compliant.
http://p.sf.net/sfu/gigenet
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to