From: Harvie Date: Mon, 1 Nov 2010 15:46:39 +0000 (+0100) Subject: Removed hash-style comments - so we can autoindent code using GNU Indent later... X-Git-Url: http://git.harvie.cz/?a=commitdiff_plain;h=175043f4aea40199cb0184bcc1dbcb8249a166ae;p=mirrors%2FKyberia-bloodline.git Removed hash-style comments - so we can autoindent code using GNU Indent later... --- diff --git a/wwwroot/config/config_default.inc b/wwwroot/config/config_default.inc index 10bf9e5..8acfcba 100644 --- a/wwwroot/config/config_default.inc +++ b/wwwroot/config/config_default.inc @@ -16,7 +16,7 @@ define('INCLUDE_DIR', SYSTEM_ROOT . 'wwwroot/inc/'); define('SMARTY_DIR', SYSTEM_ROOT . 'wwwroot/smarty/libs/'); define('SMARTY_PLUGIN_DIR', SYSTEM_ROOT . 'wwwroot/inc/smarty/node_methodz/'); define('TEMPLATE_DIR', SYSTEM_DATA . 'templates/'); -#XXX FIX +//XXX FIX define('OWN_TEMPLATE_DIR', TEMPLATE_DIR. 'own_templates/'); define('TMP', SYSTEM_DATA . 'tmp/'); diff --git a/wwwroot/nodes.php b/wwwroot/nodes.php index 22ec5fc..a1e6456 100644 --- a/wwwroot/nodes.php +++ b/wwwroot/nodes.php @@ -67,7 +67,7 @@ $smarty->template_dir = TEMPLATE_DIR; //echo TEMPLATE_DIR.TEMPLATE_SET; //echo $smarty->template_dir; $smarty->compile_dir = SYSTEM_DATA."templates_c/"; -$smarty->config_dir = SMARTY_DIR.'configs/'; #XXX neexistuje +$smarty->config_dir = SMARTY_DIR.'configs/'; //XXX neexistuje $smarty->cache_dir = SMARTY_DIR.'cache/'; $smarty->plugins_dir = SMARTY_PLUGIN_DIR ; if ($_SESSION['debugging']) $smarty->debugging=true; @@ -361,7 +361,7 @@ if ($user_id=$_SESSION['user_id']) { $user_id); $newmailset = $db->query($newmail_q); -# $newmailset=$db->query("select user_mail,user_mail_name,user_k,k_wallet from users where user_id='$user_id'"); +//$newmailset=$db->query("select user_mail,user_mail_name,user_k,k_wallet from users where user_id='$user_id'"); $newmailset->next(); $new_mail=$newmailset->getString('user_mail');