[geeklog-cvs] geeklog: Fixed syntax error in usersettings.php

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Fri Apr 17 16:50:27 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/317c2bc8e5a5
changeset: 6952:317c2bc8e5a5
user:      vinny
date:      Fri Apr 17 14:50:21 2009 -0600
description:
Fixed syntax error in usersettings.php

diffstat:

1 file changed, 1 insertion(+), 1 deletion(-)
public_html/usersettings.php |    2 +-

diffs (12 lines):

diff -r 71e0b093375c -r 317c2bc8e5a5 public_html/usersettings.php
--- a/public_html/usersettings.php	Fri Apr 17 14:42:28 2009 -0600
+++ b/public_html/usersettings.php	Fri Apr 17 14:50:21 2009 -0600
@@ -1381,7 +1381,7 @@
     $tids = '';
     if (sizeof ($TIDS) > 0) {
         // the array_intersect mitigates the need to scrub the TIDS input
-        $tids = addslashes (implode (' ', array_intersect ($AETIDS, $TIDS));
+        $tids = addslashes (implode (' ', array_intersect ($AETIDS, $TIDS)));
     }
 
     $aids = '';



More information about the geeklog-cvs mailing list