make this a tiny bit cleaner

This commit is contained in:
seek3r 2001-02-09 03:23:26 +00:00
parent b88aeb3515
commit a4b361cf91

View File

@ -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");