Explorar el Código

Fixe tags user espace

stany.ferer hace 1 año
padre
commit
93d329dee3
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      core/class/user.class.php

+ 2 - 2
core/class/user.class.php

@@ -233,10 +233,10 @@ class user {
         if(isset($tmp[0])){
             $return = NULL;
             foreach ($tmp as $value) {
-                $return .= $value["label"].",";
+                $return .= $value["label"].", ";
             }
     
-            $return = substr($return, 0, -1);
+            $return = substr($return, 0, -2);
             return $return;
         } else {
             return NULL;