From 6624ca4c4be83a72ec0e962f4f1ec4d2f0e29fa8 Mon Sep 17 00:00:00 2001 From: "neatelves@gmail.com" Date: Thu, 1 Sep 2011 08:58:00 +0000 Subject: [PATCH] =?utf8?q?=D0=95=D1=89=D0=B5=20=D0=BE=D0=B4=D0=B8=D0=BD=20?= =?utf8?q?=D0=BA=D1=80=D0=B8=D1=82=D0=B5=D1=80=D0=B8=D0=B9=20=D0=BE=D0=BF?= =?utf8?q?=D1=80=D0=B5=D0=B4=D0=B5=D0=BB=D0=B5=D0=BD=D0=B8=D1=8F=20=D1=81?= =?utf8?q?=D1=82=D0=B0=D1=80=D1=8B=D1=85=20=D0=BA=D0=B2=D0=B5=D1=81=D1=82?= =?utf8?q?=D0=BE=D0=B2.)?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit git-svn-id: http://cswowd-fork.googlecode.com/svn/trunk@115 e451fad0-63ce-11de-bed1-e3a98b22654c --- include/functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/functions.php b/include/functions.php index 9f05069..33bbe0f 100644 --- a/include/functions.php +++ b/include/functions.php @@ -918,7 +918,7 @@ function getQuestOld($quest_id) { global $dDB; return $dDB->selectCell("-- CACHE: 1h - SELECT `entry` FROM `quest_template` WHERE (`Title` LIKE '%%' OR `Title` LIKE '%EPRECATE%' OR `Title` LIKE '%REUSE%' OR `Title` LIKE '%%' OR `Title` LIKE '%COPY' OR `Title` LIKE '%UNUSED%' OR `Title` LIKE '%%' OR `Title` LIKE '%ZZOLD%' OR `Title` LIKE '%[PH]%' OR `Title` LIKE '%[%') AND `entry` = ?d", $quest_id); + SELECT `entry` FROM `quest_template` WHERE (`Title` LIKE '%%' OR `Title` LIKE '%EPRECATE%' OR `Title` LIKE '%DEPRICATED%' OR `Title` LIKE '%REUSE%' OR `Title` LIKE '%%' OR `Title` LIKE '%COPY' OR `Title` LIKE '%UNUSED%' OR `Title` LIKE '%%' OR `Title` LIKE '%ZZOLD%' OR `Title` LIKE '%[PH]%' OR `Title` LIKE '%[%') AND `entry` = ?d", $quest_id); } function getQuestSort($sort) -- 2.11.4.GIT