]> git.mxchange.org Git - friendica.git/blobdiff - mod/profiles.php
removed testing cruft
[friendica.git] / mod / profiles.php
index ea0b9afcb898bc1d6f148a160ae9092eaa148a30..8b44e2d59a7585fcabe1113fdad6401c2900d4f3 100644 (file)
@@ -151,6 +151,8 @@ function profiles_content(&$a) {
                $r1[0]['publish'] = 0;  
                $r1[0]['profile-name'] = dbesc($name);
 
+               dbesc_array($r1[0]);
+
                $r2 = q("INSERT INTO `profile` (`" 
                        . implode("`, `", array_keys($r1[0])) 
                        . "`) VALUES ('"