add get schema method to DB IO class
fix wrong clear setting for MASTER TEMPLATE in set_paths.inc
This commit is contained in:
@@ -2,8 +2,8 @@
|
||||
/********************************************************************
|
||||
* $HeadURL: svn://svn/development/core_data/php/www/admin/set_paths.inc $
|
||||
* $LastChangedBy: gullevek $
|
||||
* $LastChangedDate: 2014-01-08 13:09:19 +0900 (Wed, 08 Jan 2014) $
|
||||
* $LastChangedRevision: 4807 $
|
||||
* $LastChangedDate: 2014-01-08 15:03:09 +0900 (Wed, 08 Jan 2014) $
|
||||
* $LastChangedRevision: 4818 $
|
||||
*********************************************************************
|
||||
* AUTHOR: Clemens Schwaighofer
|
||||
* CREATED: 2007/09/03
|
||||
@@ -21,7 +21,6 @@
|
||||
$TEMPLATE = DEFAULT_TEMPLATE;
|
||||
$TEMPLATE_DIR = $TEMPLATE.'/';
|
||||
// master template
|
||||
$MASTER_TEMPLATE_NAME = '';
|
||||
if (!$MASTER_TEMPLATE_NAME)
|
||||
$MASTER_TEMPLATE_NAME = MASTER_TEMPLATE_NAME;
|
||||
|
||||
@@ -114,5 +113,5 @@
|
||||
$cms->debug("LANGUAGE", "SL: ".$_SESSION['DEFAULT_CHARSET']." | ".$_SESSION['LANG']." | ".$_SESSION['DEFAULT_LANG']);
|
||||
$cms->debug("TEMPLATE", "P: ".$smarty->getTemplateDir()[0]);
|
||||
|
||||
// $Id: set_paths.inc 4807 2014-01-08 04:09:19Z gullevek $
|
||||
// $Id: set_paths.inc 4818 2014-01-08 06:03:09Z gullevek $
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user