|
@@ -14,7 +14,7 @@ if(empty(\$_REQUEST["report"])) {
|
|
}
|
|
}
|
|
|
|
|
|
//Get labels for meta and page titles
|
|
//Get labels for meta and page titles
|
|
-\$labels = split("[-.]", \$report);
|
|
|
|
|
|
+\$labels = preg_split("/[\s-.]/", \$report);
|
|
\$count = count(\$labels);
|
|
\$count = count(\$labels);
|
|
|
|
|
|
if (\$count == 3){
|
|
if (\$count == 3){
|