From 5ecf2528d31be704711ec5fea22bcee745cc7b5c Mon Sep 17 00:00:00 2001 From: KFCSpike Date: Sat, 7 Dec 2013 05:43:41 +0000 Subject: [PATCH] Typo --- Templates/goldClub/farmlist.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Templates/goldClub/farmlist.tpl b/Templates/goldClub/farmlist.tpl index 5af74af5..3ff93691 100644 --- a/Templates/goldClub/farmlist.tpl +++ b/Templates/goldClub/farmlist.tpl @@ -53,7 +53,7 @@ while($row = mysql_fetch_array($sql)){ $sql2 = mysql_query("SELECT * FROM ".TB_PREFIX."raidlist WHERE lid = $lid ORDER BY distance ASC"); $query2 = mysql_num_rows($sql2); if($query2 == 0) { - echo 'There is no any raid list.'; + echo 'There is not any raid list.'; }else{ while($row = mysql_fetch_array($sql2)){ $id= $row['id'];$lid = $row['lid'];$towref = $row['towref'];$x = $row['x'];$y = $row['y'];