I18n.php
[Pman.Core] / I18n.php
index 2236d6f..e0439c0 100644 (file)
--- a/I18n.php
+++ b/I18n.php
@@ -147,6 +147,7 @@ class Pman_Core_I18n extends Pman
                 $tza= array_unique($tza);
                 sort($tza);
                 foreach($tza as $tz) {
+                    //filtering..
                     if (empty($_REQUEST['q']) ||
                             0 === strcasecmp(
                                     substring($tz,0, strlen($_REQUEST['q'])),