Missed a semicolon.

This commit is contained in:
skeeter 2002-09-15 23:42:56 +00:00
parent bb0535281f
commit b44fb7dcda

View File

@ -64,7 +64,7 @@
/* Create the crypto object */
$GLOBALS['phpgw']->crypto = CreateObject('phpgwapi.crypto');
$this->phpgw_set_cookiedomain()
$this->phpgw_set_cookiedomain();
}
function DONTlist_methods($_type)