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

"Messju Mohr" <[email protected]>
Newsgroups gmane.comp.php.cvs.smarty
Message-ID <cvsmessju1107552546@cvsserver>
messju		Fri Feb  4 16:29:06 2005 EDT

  Modified files:              
    /smarty/libs/plugins	function.html_radios.php 
  Log:
  fixed syntax error. shame on me.
  
  
  
http://cvs.php.net/diff.php/smarty/libs/plugins/function.html_radios.php?r1=1.23&r2=1.24&ty=u
Index: smarty/libs/plugins/function.html_radios.php
diff -u smarty/libs/plugins/function.html_radios.php:1.23 smarty/libs/plugins/function.html_radios.php:1.24
--- smarty/libs/plugins/function.html_radios.php:1.23	Fri Jan 21 12:46:15 2005
+++ smarty/libs/plugins/function.html_radios.php	Fri Feb  4 16:29:06 2005
@@ -103,7 +103,7 @@
 
     $_html_result = array();
 
-    if (isset($options))) {
+    if (isset($options)) {
 
         foreach ($options as $_key=>$_val)
             $_html_result[] = smarty_function_html_radios_output($name, $_key, $_val, $selected, $extra, $separator, $labels);

-- 
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.