Author: jfthomps
Date: Thu Oct 16 16:48:53 2014
New Revision: 1632381

URL: http://svn.apache.org/r1632381
Log:
VCL-780 - combine new reservation and current reservations pages

requests.php: modified AJsubmitEditRequest: left off [] after $reqsets when 
setting name of server reservation

Modified:
    vcl/trunk/web/.ht-inc/requests.php

Modified: vcl/trunk/web/.ht-inc/requests.php
URL: 
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/requests.php?rev=1632381&r1=1632380&r2=1632381&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/requests.php (original)
+++ vcl/trunk/web/.ht-inc/requests.php Thu Oct 16 16:48:53 2014
@@ -3652,7 +3652,7 @@ function AJsubmitEditRequest() {
                }
 
                if($updateservername)
-                       $reqsets = "name = '$servername'";
+                       $reqsets[] = "name = '$servername'";
 
                if($allownousercheck) {
                        $newnousercheck = processInputVar('newnousercheck', 
ARG_NUMERIC);


Reply via email to