mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-19 10:23:16 +09:00
remove debugPrint()
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9007 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
dfe7b61159
commit
0233fa1f10
2 changed files with 5 additions and 3 deletions
|
|
@ -1376,6 +1376,9 @@
|
|||
Context::set('page', $page);
|
||||
Context::set('page_navigation', $output->page_navigation);
|
||||
|
||||
$security = new Security();
|
||||
$security->encodeHTML('filebox_list..comment');
|
||||
|
||||
$oTemplate = &TemplateHandler::getInstance();
|
||||
$html = $oTemplate->compile('./modules/module/tpl/', 'filebox_list_html');
|
||||
|
||||
|
|
@ -1422,7 +1425,7 @@
|
|||
$args->search_keyword = Context::get('search_keyword'); // /< keyword to search*/
|
||||
|
||||
$output = executeQueryArray('module.getLangListByLangcode', $args);
|
||||
|
||||
|
||||
$list = array();
|
||||
|
||||
if($output->toBool()){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue