Revision: 2619
          https://sourceforge.net/p/mrbs/code/2619/
Author:   cimorrison
Date:     2012-12-29 20:03:15 +0000 (Sat, 29 Dec 2012)
Log Message:
-----------
Fixed bug when editing an entry

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

Modified: mrbs/branches/linked_bookings/web/mrbs_sql.inc
===================================================================
--- mrbs/branches/linked_bookings/web/mrbs_sql.inc      2012-12-29 18:39:36 UTC 
(rev 2618)
+++ mrbs/branches/linked_bookings/web/mrbs_sql.inc      2012-12-29 20:03:15 UTC 
(rev 2619)
@@ -36,7 +36,7 @@
 
   if ($ignore > 0)
   {
-    $sql .= " AND id <> $ignore";
+    $sql .= " AND E.id <> $ignore";
   }
   if ($repignore > 0)
   {
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 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_122912
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to