Changeset:
        5d2923fee89b
        
https://sourceforge.net/p/mrbs/hg-code/ci/5d2923fee89b6f75b34a67f1c10a0a8d49084df5
Author:
        Campbell Morrison <[email protected]>
Date:
        Sun Mar 19 20:21:54 2017 +0000
Log message:

Fixed bug introduced in recent changes.

diffstat:

 web/view_entry.php |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r b25e26ddf9af -r 5d2923fee89b web/view_entry.php
--- a/web/view_entry.php        Sun Mar 19 19:27:05 2017 +0000
+++ b/web/view_entry.php        Sun Mar 19 20:21:54 2017 +0000
@@ -453,8 +453,8 @@
       echo "<div>\n";
       $params = array('action' => 'edit_entry.php',
                       'value'  => get_vocab('editentry'),
-                      'inputs' => array(array('name' => 'id', 'value' => $id),
-                                        array('name' => 'returl', 'value' => 
$returl))
+                      'inputs' => array('id' => $id,
+                                        'returl' => $returl)
                      );
       generate_button($params);
       echo "</div>\n";

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Mrbs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mrbs-commits

Reply via email to