From 155bbb8df6332bc6a9b629f62d1725840f8d89ea Mon Sep 17 00:00:00 2001 From: alecpl Date: Tue, 7 Oct 2008 18:32:56 +0000 Subject: - added bin/killcache.php script (#1485434) - added copyrights disclaimers --- bin/dumpschema.php | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'bin/dumpschema.php') diff --git a/bin/dumpschema.php b/bin/dumpschema.php index 53c688c3d..9c9c7b81b 100644 --- a/bin/dumpschema.php +++ b/bin/dumpschema.php @@ -1,4 +1,23 @@ | + +-----------------------------------------------------------------------+ + + $Id$ + +*/ define('INSTALL_PATH', realpath(dirname(__FILE__) . '/..') . '/' ); require INSTALL_PATH.'program/include/iniset.php'; @@ -44,7 +63,7 @@ else { // 'output_mode' => 'file', 'output' => 'print_schema', ); - + $definition = $schema->getDefinitionFromDatabase(); if (PEAR::isError($definition)) { $error = $definition->getMessage() . ' ' . $definition->getUserInfo(); -- cgit v1.2.3