From: Alan Knowles Date: Wed, 16 May 2012 09:24:24 +0000 (+0800) Subject: I18n.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=5ae51724c070907a45927b6001874f8f5e3d5086 I18n.php --- diff --git a/I18n.php b/I18n.php index e0439c0f..64e3e931 100644 --- a/I18n.php +++ b/I18n.php @@ -150,7 +150,7 @@ class Pman_Core_I18n extends Pman //filtering.. if (empty($_REQUEST['q']) || 0 === strcasecmp( - substring($tz,0, strlen($_REQUEST['q'])), + substr($tz,0, strlen($_REQUEST['q'])), $_REQUEST['q']) ) { $ret[] = array('tz' => $tz);