This app has no tables

This commit is contained in:
Miles Lott 2001-05-19 23:58:48 +00:00
parent 446273796b
commit 575642501d
4 changed files with 5 additions and 57 deletions

View File

@ -1,9 +1,10 @@
<?php
$setup_info['admin']['name'] = 'Administration';
$setup_info['admin']['version'] = '0.9.11';
$setup_info['admin']['name'] = 'admin';
$setup_info['admin']['title'] = 'Administration';
$setup_info['admin']['version'] = '0.9.11';
$setup_info['admin']['app_order'] = 1;
$setup_info['admin']['tables'] = "";
$setup_info['admin']['tables'] = '';
$hooks = Array();
$hooks_string = implode (',', $hooks);
$setup_info['admin']['hooks'] = $hooks_string;
?>
?>

View File

@ -1,22 +0,0 @@
<?php
/**************************************************************************\
* phpGroupWare - Setup *
* http://www.phpgroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id $ */
/**************************************************************************\
* This file should never be changed! *
* This is only to be used for the original table definitions. *
* Any changes to the tables must be done thru the tables_update and then *
* generate the tables_current *
\**************************************************************************/
$test = array();
?>

View File

@ -1,18 +0,0 @@
<?php
/**************************************************************************\
* phpGroupWare - Setup *
* http://www.phpgroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id $ */
/**************************************************************************\
* This file should be generated for you. It should never be edited by hand *
\**************************************************************************/
$phpgw_info['setup']['currentver']['admin'] = '0.9.11.010';
?>

View File

@ -1,13 +0,0 @@
<?php
/**************************************************************************\
* phpGroupWare - Setup *
* http://www.phpgroupware.org *
* -------------------------------------------- *
* This program is free software; you can redistribute it and/or modify it *
* under the terms of the GNU General Public License as published by the *
* Free Software Foundation; either version 2 of the License, or (at your *
* option) any later version. *
\**************************************************************************/
/* $Id $ */
?>