1
0
mirror of synced 2024-12-13 22:56:04 +03:00

fixing code standard stuff

This commit is contained in:
meus 2007-09-02 22:29:15 +00:00
parent 7abe829643
commit 60d62da717

View File

@ -5,7 +5,7 @@ ini_set('max_execution_time', 900);
function parseOptions($array) {
$currentName="";
$options=array();
foreach($array as $name){
foreach($array as $name) {
if(strpos($name,"-")===0) {
$name=str_replace("-","",$name);
$currentName=$name;