summaryrefslogtreecommitdiff
path: root/backend.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2005-08-24 09:15:19 +0100
committerAndrew Dolgov <[email protected]>2005-08-24 09:15:19 +0100
commit97e98c119ce2327a54ef39b693e1bd1479fb1bbf (patch)
tree455522bd099d88df6b38a3b5c0fac55edb8b8002 /backend.php
parent62b6c0a8e7c1e9c8b6b6d505fa0d1640cc8b737f (diff)
feed search works now
Diffstat (limited to 'backend.php')
-rw-r--r--backend.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/backend.php b/backend.php
index 027c7060d..9e47ac38c 100644
--- a/backend.php
+++ b/backend.php
@@ -204,7 +204,7 @@
print "<tr>
<td colspan=\"3\" class=\"title\">" . $line["title"] . "</td></tr>";
- if ($ext == "SEARCH") {
+ if ($subop == "search") {
$search = $_GET["search"];
$search_query_part = "(upper(title) LIKE upper('%$search%')
OR content LIKE '%$search%') AND";