From 21398414614e0808e4f267c332612818546de57e Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Wed, 22 Nov 2006 18:05:33 +0000 Subject: [PATCH] rename pmd_session.php to pmd_common.php --- ChangeLog | 3 ++- pmd_session.php => pmd_common.php | 0 pmd_general.php | 2 +- pmd_help.php | 2 +- pmd_pdf.php | 2 +- pmd_relation_new.php | 2 +- pmd_relation_upd.php | 2 +- pmd_save_pos.php | 2 +- 8 files changed, 8 insertions(+), 7 deletions(-) rename pmd_session.php => pmd_common.php (100%) diff --git a/ChangeLog b/ChangeLog index 229edbb62..a1359d5c4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,8 @@ $Id$ $HeadURL$ 2006-11-22 Marc Delisle - * Designer: get rid of pmd_config.php + * Designer: get rid of pmd_config.php, + rename pmd_session.php to pmd_common.php 2006-11-21 Marc Delisle * pmd_general.php, lang/*: added $strHelp diff --git a/pmd_session.php b/pmd_common.php similarity index 100% rename from pmd_session.php rename to pmd_common.php diff --git a/pmd_general.php b/pmd_general.php index 11794a91b..311ab64fe 100644 --- a/pmd_general.php +++ b/pmd_general.php @@ -5,7 +5,7 @@ /* @author Ivan A Kirillov (develop.php@gmail.com) */ -include_once "./pmd_session.php"; +include_once "./pmd_common.php"; $tab_column = get_tab_info(); $script_tabs = get_script_tabs(); diff --git a/pmd_help.php b/pmd_help.php index 1e72814c6..d5f1e1b19 100644 --- a/pmd_help.php +++ b/pmd_help.php @@ -2,7 +2,7 @@ /* $Id$ */ // vim: expandtab sw=4 ts=4 sts=4: -require_once 'pmd_session.php'; +require_once 'pmd_common.php'; ?> diff --git a/pmd_pdf.php b/pmd_pdf.php index b1129ac8a..1444277aa 100644 --- a/pmd_pdf.php +++ b/pmd_pdf.php @@ -2,7 +2,7 @@ /* $Id$ */ // vim: expandtab sw=4 ts=4 sts=4: -include_once 'pmd_session.php'; +include_once 'pmd_common.php'; if ( ! isset($scale)) { $no_die_save_pos = 1; include_once 'pmd_save_pos.php'; diff --git a/pmd_relation_new.php b/pmd_relation_new.php index 89f08c3f5..45559f918 100644 --- a/pmd_relation_new.php +++ b/pmd_relation_new.php @@ -2,7 +2,7 @@ /* $Id$ */ // vim: expandtab sw=4 ts=4 sts=4: -include_once 'pmd_session.php'; +include_once 'pmd_common.php'; $die_save_pos = 0; include_once 'pmd_save_pos.php'; require_once './libraries/relation.lib.php'; diff --git a/pmd_relation_upd.php b/pmd_relation_upd.php index c0dec6f9f..1f01ebf17 100644 --- a/pmd_relation_upd.php +++ b/pmd_relation_upd.php @@ -2,7 +2,7 @@ /* $Id$ */ // vim: expandtab sw=4 ts=4 sts=4: -include_once 'pmd_session.php'; +include_once 'pmd_common.php'; require_once './libraries/relation.lib.php'; extract($_POST); extract($_GET); diff --git a/pmd_save_pos.php b/pmd_save_pos.php index 6a71e31e2..f5df17f94 100644 --- a/pmd_save_pos.php +++ b/pmd_save_pos.php @@ -2,7 +2,7 @@ /* $Id$ */ // vim: expandtab sw=4 ts=4 sts=4: -include_once 'pmd_session.php'; +include_once 'pmd_common.php'; require_once './libraries/relation.lib.php'; PMA_getRelationsParam();