mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-26 00:29:38 +01:00
make this a tiny bit cleaner
This commit is contained in:
parent
b88aeb3515
commit
a4b361cf91
@ -53,10 +53,9 @@
|
|||||||
var $addressbook;
|
var $addressbook;
|
||||||
var $todo;
|
var $todo;
|
||||||
|
|
||||||
// This is here so you can decied what the best way to handle bad sessions
|
/************************************************************************\
|
||||||
// You could redirect them to login.php with code 2 or use the default
|
* Load up the main instance of the db class. *
|
||||||
// I recommend using the default until all of the bugs are worked out.
|
\************************************************************************/
|
||||||
|
|
||||||
function phpgw() {
|
function phpgw() {
|
||||||
global $phpgw_info;
|
global $phpgw_info;
|
||||||
$this->db = CreateObject("phpgwapi.db");
|
$this->db = CreateObject("phpgwapi.db");
|
||||||
|
Loading…
Reference in New Issue
Block a user