Revision: 2535
          https://sourceforge.net/p/mrbs/code/2535/
Author:   cimorrison
Date:     2012-10-29 11:07:51 +0000 (Mon, 29 Oct 2012)
Log Message:
-----------
Fixed undefined variable problem

Modified Paths:
--------------
    mrbs/trunk/web/edit_entry.php

Modified: mrbs/trunk/web/edit_entry.php
===================================================================
--- mrbs/trunk/web/edit_entry.php       2012-10-28 09:12:46 UTC (rev 2534)
+++ mrbs/trunk/web/edit_entry.php       2012-10-29 11:07:51 UTC (rev 2535)
@@ -787,7 +787,7 @@
   }
   // Need to clear some data if entry is private and user
   // does not have permission to edit/view details
-  if (isset($copy) && ($create_by != $row['create_by'])) 
+  if (isset($copy) && ($user != $row['create_by'])) 
   {
     // Entry being copied by different user
     // If they don't have rights to view details, clear them
------------------------------------------------------------------------------
The Windows 8 Center - In partnership with Sourceforge
Your idea - your app - 30 days.
Get started!
http://windows8center.sourceforge.net/
what-html-developers-need-to-know-about-coding-windows-8-metro-style-apps/
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to