Commit 60d62da7 authored by meus's avatar meus

fixing code standard stuff

parent 7abe8296
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment