[Jaws-project-commits] jaws/html/include JawsSession.php,1.12,1.13
Status: Alpha
Brought to you by:
ionmx
From: Jonathan H. <io...@us...> - 2005-03-18 01:59:01
|
Update of /cvsroot/jaws-project/jaws/html/include In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16781 Modified Files: JawsSession.php Log Message: Fix load ACL Index: JawsSession.php =================================================================== RCS file: /cvsroot/jaws-project/jaws/html/include/JawsSession.php,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** JawsSession.php 17 Mar 2005 07:30:23 -0000 1.12 --- JawsSession.php 18 Mar 2005 01:58:50 -0000 1.13 *************** *** 222,226 **** $this->SetAttribute ("mtime", time()); $this->SetAttribute ("username", $username); ! $this->SetAttribute ("acl", ""); $this->SetAttribute ("logged", true); if ($this->Synchronize()) --- 222,226 ---- $this->SetAttribute ("mtime", time()); $this->SetAttribute ("username", $username); ! $this->SetAttribute ("acl", array("last_update" => "")); $this->SetAttribute ("logged", true); if ($this->Synchronize()) |