phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] tts/index.php, 1.50


From: nomail
Subject: [Phpgroupware-cvs] tts/index.php, 1.50
Date: Tue, 14 Dec 2004 22:47:20 +0100

Update of /tts
Modified Files:
        Branch: 
          index.php

date: 2004/12/14 21:47:20;  author: fipsfuchs;  state: Exp;  lines: +2 -2

Log Message:
postgreSQL compatibility
=====================================================================
Index: tts/index.php
diff -u tts/index.php:1.49 tts/index.php:1.50
--- tts/index.php:1.49  Mon Oct 11 15:42:50 2004
+++ tts/index.php       Tue Dec 14 21:47:20 2004
@@ -114,7 +114,7 @@
                                 ' ticket_subject LIKE 
"%'.addslashes($_REQUEST['searchfilter']).'%") AND ';
                $GLOBALS['phpgw']->template->set_var('tts_searchfilter', 
addslashes($_REQUEST['searchfilter'])); //doesn't work
        }
-       $filterstring .= '1 ';
+       $filterstring .= '1=1 ';
 
        $sortmethod = $sort ? "order by $order $sort" : 'order by 
ticket_priority desc';
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]