diff options
| author | Christian Fowler <spider@viovio.com> | 2005-06-28 07:45:45 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-06-28 07:45:45 +0000 |
| commit | 54937494744116492a4392f0cfb7fb9b625b124c (patch) | |
| tree | 63ce18cfeb3b51f286538bde85ef19371e68adcf /upgrade_database.php | |
| parent | 0e99211955eb1a6ca4a09e79506faf4d80cabac0 (diff) | |
| download | install-54937494744116492a4392f0cfb7fb9b625b124c.tar.gz install-54937494744116492a4392f0cfb7fb9b625b124c.tar.bz2 install-54937494744116492a4392f0cfb7fb9b625b124c.zip | |
Merge recent changes from R1 into HEAD
Diffstat (limited to 'upgrade_database.php')
| -rw-r--r-- | upgrade_database.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/upgrade_database.php b/upgrade_database.php index f4dbf8f..e39b843 100644 --- a/upgrade_database.php +++ b/upgrade_database.php @@ -1,4 +1,13 @@ <?php +/** + * @version $Header: /cvsroot/bitweaver/_bit_install/upgrade_database.php,v 1.2 2005/06/28 07:45:45 spiderr Exp $ + * @package install + * @subpackage upgrade + */ + +/** + * required setup + */ $app = ''; include_once( INSTALL_PKG_PATH.'install_database.php' ); // update the MySQL settings in the db server array |
