rename pmd_session.php to pmd_common.php

This commit is contained in:
Marc Delisle
2006-11-22 18:05:33 +00:00
parent 826eb48603
commit 2139841461
8 changed files with 8 additions and 7 deletions

View File

@@ -6,7 +6,8 @@ $Id$
$HeadURL$
2006-11-22 Marc Delisle <lem9@users.sourceforge.net>
* 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 <lem9@users.sourceforge.net>
* pmd_general.php, lang/*: added $strHelp

View File

@@ -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();

View File

@@ -2,7 +2,7 @@
/* $Id$ */
// vim: expandtab sw=4 ts=4 sts=4:
require_once 'pmd_session.php';
require_once 'pmd_common.php';
?>
<html>
<head>

View File

@@ -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';

View File

@@ -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';

View File

@@ -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);

View File

@@ -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();