mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
This app has no tables
This commit is contained in:
parent
446273796b
commit
575642501d
@ -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;
|
||||
?>
|
||||
?>
|
||||
|
@ -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();
|
||||
?>
|
@ -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';
|
||||
?>
|
@ -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 $ */
|
||||
?>
|
Loading…
Reference in New Issue
Block a user