[geeklog-cvs] geeklog: Fixed storing the user's "boxes" selection which caused...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Sat Oct 31 18:45:30 EDT 2009


changeset 7425:7fcb2cf3765b
url:  http://project.geeklog.net/cgi-bin/hgwebdir.cgi/geeklog/rev/7fcb2cf3765b
user: Dirk Haun <dirk at haun-online.de>
date: Sat Oct 31 23:30:59 2009 +0100
description:
Fixed storing the user's "boxes" selection which caused an SQL error in some configurations

diffstat:

 public_html/usersettings.php |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 71995bafe629 -r 7fcb2cf3765b public_html/usersettings.php
--- a/public_html/usersettings.php	Sat Oct 31 20:31:02 2009 +0100
+++ b/public_html/usersettings.php	Sat Oct 31 23:30:59 2009 +0100
@@ -1412,6 +1412,7 @@
             }
         }
     }
+    $selectedblocks = trim($selectedblocks);
 
     $etids = '';
     if (($_CONF['emailstories'] == 1) && (count($ETIDS) > 0)) {



More information about the geeklog-cvs mailing list