You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2014/10/16 18:52:41 UTC

svn commit: r1632384 - /vcl/trunk/web/.ht-inc/requests.php

Author: jfthomps
Date: Thu Oct 16 16:52:41 2014
New Revision: 1632384

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

requests.php: modified AJsubmitEditRequest: changed $reqsets to $serversets in same place as [] added in last commit

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=1632384&r1=1632383&r2=1632384&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/requests.php (original)
+++ vcl/trunk/web/.ht-inc/requests.php Thu Oct 16 16:52:41 2014
@@ -3652,7 +3652,7 @@ function AJsubmitEditRequest() {
 		}
 
 		if($updateservername)
-			$reqsets[] = "name = '$servername'";
+			$serversets[] = "name = '$servername'";
 
 		if($allownousercheck) {
 			$newnousercheck = processInputVar('newnousercheck', ARG_NUMERIC);