mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 16:48:49 +01:00
not (longer) needed
This commit is contained in:
parent
297ad28d4e
commit
395234b155
@ -1,10 +0,0 @@
|
|||||||
<?php
|
|
||||||
// include('../version.inc.php');
|
|
||||||
$phpgw_info['setup']['info']['name'] = 'infolog';
|
|
||||||
$phpgw_info['setup']['info']['version'] = "0.1";
|
|
||||||
$phpgw_info['setup']['info']['app_order'] = 1;
|
|
||||||
$phpgw_info['setup']['info']['tables'] = 'infolog';
|
|
||||||
$hooks = Array();
|
|
||||||
$hooks_string = implode (',', $hooks);
|
|
||||||
$phpgw_info['setup']['info']['hooks'] = $hooks_string;
|
|
||||||
?>
|
|
Loading…
Reference in New Issue
Block a user