fixing code standard stuff
This commit is contained in:
parent
7abe829643
commit
60d62da717
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user