cvs: smarty /libs/plugins function.config_load.php

"boots" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsboots1070070281@cvsserver>
boots		Fri Nov 28 20:44:41 2003 EDT

  Modified files:              
    /smarty/libs/plugins	function.config_load.php 
  Log:
  removed tabs and killed trailing white-space
  
Index: smarty/libs/plugins/function.config_load.php
diff -u smarty/libs/plugins/function.config_load.php:1.15 smarty/libs/plugins/function.config_load.php:1.16
--- smarty/libs/plugins/function.config_load.php:1.15	Fri Nov 28 19:49:09 2003
+++ smarty/libs/plugins/function.config_load.php	Fri Nov 28 20:44:41 2003
@@ -109,8 +109,8 @@
                 $smarty->_config[1]['files'][$_file] = true;
         } else if ($_scope == 'global') {
             for ($i = 1, $for_max = count($smarty->_config); $i < $for_max; $i++) {
-                    $smarty->_config[$i]['vars'] = @array_merge($smarty->_config[$i]['vars'], $_config_vars);
-                    $smarty->_config[$i]['files'][$_file] = true;
+                $smarty->_config[$i]['vars'] = @array_merge($smarty->_config[$i]['vars'], $_config_vars);
+                $smarty->_config[$i]['files'][$_file] = true;
             }
         }
 

-- 
Smarty CVS Mailing List (http://cvs.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.