Changeset:
        379f936761d0
        
https://sourceforge.net/p/mrbs/hg-code/ci/379f936761d0a7ba20a204c89fbe21a22d46a10c
Author:
        Campbell Morrison <[email protected]>
Date:
        Sun Feb 14 16:25:56 2016 +0000
Log message:

Fixed bug when requesting More Info.   See SF Bugs #347.

diffstat:

 web/mrbs_sql.inc |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 954376d66867 -r 379f936761d0 web/mrbs_sql.inc
--- a/web/mrbs_sql.inc  Fri Feb 12 14:38:13 2016 +0000
+++ b/web/mrbs_sql.inc  Sun Feb 14 16:25:56 2016 +0000
@@ -1118,7 +1118,7 @@
              WHERE id=$id";
     if (sql_command($sql) > 0)
     {
-      $repeat_id = get_repeat_id($entry_id);
+      $repeat_id = get_repeat_id($id);
       if (isset($repeat_id))
       {
         $sql = "UPDATE $tbl_repeat

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to