phpgw --> egw

This commit is contained in:
Ralf Becker 2006-09-24 16:27:39 +00:00
parent 052c0e964c
commit bdb15819bd

View File

@ -136,7 +136,7 @@
@session_destroy(); @session_destroy();
if ($GLOBALS['egw_info']['server']['usecookies']) if ($GLOBALS['egw_info']['server']['usecookies'])
{ {
$this->phpgw_setcookie(session_name()); $this->egw_setcookie(session_name());
} }
} }
else else