mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
Updated the access_log tables
This commit is contained in:
parent
578c6e0799
commit
6185804790
@ -19,7 +19,7 @@
|
||||
$db->query($sql);
|
||||
|
||||
$sql = "CREATE TABLE applications (
|
||||
app_name varchar(25) NOT NULL,
|
||||
app_name varchar(25),
|
||||
app_title varchar(50),
|
||||
app_enabled int,
|
||||
app_order int,
|
||||
|
@ -12,7 +12,7 @@
|
||||
/* $Id$ */
|
||||
|
||||
/* !!! This needs to be changed each time we do an update !!! */
|
||||
$newversion = "0.9.1";
|
||||
$newversion = "0.9.2";
|
||||
|
||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "home", "noapi" => True);
|
||||
include("../header.inc.php");
|
||||
|
Loading…
Reference in New Issue
Block a user