phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] tts index.php,1.43.2.7.2.2.2.8


From: fipsfuchs
Subject: [Phpgroupware-cvs] tts index.php,1.43.2.7.2.2.2.8
Date: Mon, 21 Mar 2005 10:52:00 +0100

Update of tts

Modified Files:
     Branch: Version-0_9_16-branch
            index.php lines: +2 -2

Log Message:
fix for postgres SQL

====================================================
Index: tts/index.php
diff -u tts/index.php:1.43.2.7.2.2.2.7 tts/index.php:1.43.2.7.2.2.2.8
--- tts/index.php:1.43.2.7.2.2.2.7      Wed Oct  6 14:50:17 2004
+++ tts/index.php       Mon Mar 21 09:52:54 2005
@@ -128,7 +128,7 @@
                        $filterstring3 = " and ticket_category like '" . 
$GLOBALS['phpgw']->categories->name2id($_POST['ticket']['filter_category']) . 
"'";
                }

-                       $filtermethod = "where 1" . $filterstring . 
$filterstring1 . $filterstring2 . $filterstring3;
+                       $filtermethod = "where 1=1" . $filterstring . 
$filterstring1 . $filterstring2 . $filterstring3;
        }

        if ($searchfilter != '')






reply via email to

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