From b2e78c2c56422bde989e0d7339ed71c2c38e8fb3 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 3 Jan 2013 16:17:05 +0800 Subject: [PATCH] I18n.php --- I18n.php | 1 + 1 file changed, 1 insertion(+) diff --git a/I18n.php b/I18n.php index 9f0db1a1..2dec4d0f 100644 --- a/I18n.php +++ b/I18n.php @@ -169,6 +169,7 @@ class Pman_Core_I18n extends Pman if (!empty($_REQUEST['debug'])) { DB_DataObject::debugLevel(1); } + print_r('ininin'); $i = DB_DataObject::Factory('I18n'); $i->buildDB(); -- 2.39.2