Author: jfthomps
Date: Fri Jul 21 19:32:46 2017
New Revision: 1802638

URL: http://svn.apache.org/viewvc?rev=1802638&view=rev
Log:
minor whitespace adjustment

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

Modified: vcl/trunk/web/.ht-inc/siteconfig.php
URL: 
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/siteconfig.php?rev=1802638&r1=1802637&r2=1802638&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/siteconfig.php (original)
+++ vcl/trunk/web/.ht-inc/siteconfig.php Fri Jul 21 19:32:46 2017
@@ -1139,8 +1139,8 @@ class AffilTextVariable {
                        $id = "{$this->domidbase}_$affilid";
                        $newval = processInputVar($id, ARG_STRING);
                        if($newval !== NULL ||
-                       ! $this->allowempty ||
-                               ($affilid == $this->globalid && ! 
$this->allowglobalempty)) {
+                          ! $this->allowempty ||
+                          ($affilid == $this->globalid && ! 
$this->allowglobalempty)) {
                                if(! $this->validateValue($newval)) {
                                        $affil = getAffiliationName($affilid);
                                        $arr = array('status' => 'failed',


Reply via email to