From 96077aef92471bc98d029474407d473ce09efb30 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Wed, 8 Jan 2014 15:03:18 +0900 Subject: [PATCH] add get schema method to DB IO class fix wrong clear setting for MASTER TEMPLATE in set_paths.inc --- www/admin/set_paths.inc | 7 +++---- www/libs/Class.DB.IO.inc | 10 +++++----- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/www/admin/set_paths.inc b/www/admin/set_paths.inc index a7218cf4..58111df6 100644 --- a/www/admin/set_paths.inc +++ b/www/admin/set_paths.inc @@ -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 $ ?> diff --git a/www/libs/Class.DB.IO.inc b/www/libs/Class.DB.IO.inc index 265ac4a3..21233527 100644 --- a/www/libs/Class.DB.IO.inc +++ b/www/libs/Class.DB.IO.inc @@ -2,8 +2,8 @@ /******************************************************************** * $HeadURL: svn://svn/development/core_data/php/www/libs/Class.DB.IO.inc $ * $LastChangedBy: gullevek $ - * $LastChangedDate: 2013-12-12 16:28:35 +0900 (Thu, 12 Dec 2013) $ - * $LastChangedRevision: 4741 $ + * $LastChangedDate: 2014-01-08 15:03:09 +0900 (Wed, 08 Jan 2014) $ + * $LastChangedRevision: 4818 $ ********************************************************************* * AUTHOR: Clemens "Gullevek" Schwaighofer (www.gullevek.org) * CREATED: 2000/11/23 @@ -369,9 +369,9 @@ $this->class_info['db_io']=array( 'class_name' => 'DB IO', 'class_version' => '4.1.0', - 'class_revision' => '$LastChangedRevision: 4741 $', + 'class_revision' => '$LastChangedRevision: 4818 $', 'class_created' => '2000-11-23', - 'class_last_changed' => '$LastChangedDate: 2013-12-12 16:28:35 +0900 (Thu, 12 Dec 2013) $', + 'class_last_changed' => '$LastChangedDate: 2014-01-08 15:03:09 +0900 (Wed, 08 Jan 2014) $', 'class_author' => 'Clemens Schwaighofer' ); } @@ -1667,5 +1667,5 @@ $this->debug('ExecuteData', 'ERROR in STM['.$stm_name.'|'.$this->prepare_cursor[ } } // end if db class - // $Id: Class.DB.IO.inc 4741 2013-12-12 07:28:35Z gullevek $ + // $Id: Class.DB.IO.inc 4818 2014-01-08 06:03:09Z gullevek $ ?>