[geeklog-cvs] geeklog: Updated links plugin to disable 'query=' being appended...

geeklog-cvs at lists.geeklog.net geeklog-cvs at lists.geeklog.net
Thu Apr 30 18:25:10 EDT 2009


details:   http://project.geeklog.net/cgi-bin/hgweb.cgi/rev/eaf8afaa2ef1
changeset: 7002:eaf8afaa2ef1
user:      Sami Barakat
date:      Thu Apr 30 23:23:42 2009 +0100
description:
Updated links plugin to disable 'query=' being appended to urls

diffstat:

1 file changed, 1 insertion(+)
plugins/links/functions.inc |    1 +

diffs (11 lines):

diff -r 1824ec641c8d -r eaf8afaa2ef1 plugins/links/functions.inc
--- a/plugins/links/functions.inc	Thu Apr 30 23:21:51 2009 +0100
+++ b/plugins/links/functions.inc	Thu Apr 30 23:23:42 2009 +0100
@@ -389,6 +389,7 @@
     $search->setSQL($sql);
     $search->setFTSQL($ftsql);
     $search->setRank(3);
+    $search->setAppendQuery(false);
 
     return $search;
 }



More information about the geeklog-cvs mailing list