phpgroupware-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Phpgroupware-cvs] pbwebmaui/inc/pb.WebMAUI/lib/class.data.php, 1.3


From: nomail
Subject: [Phpgroupware-cvs] pbwebmaui/inc/pb.WebMAUI/lib/class.data.php, 1.3
Date: Thu, 20 May 2004 20:18:32 -0000

Update of /pbwebmaui/inc/pb.WebMAUI/lib
Modified Files:
        Branch: 
          class.data.php

date: 2004/04/22 15:35:39;  author: fipsfuchs;  state: Exp;  lines: +2 -0

Log Message:
code makeup
=====================================================================
No syntax errors detected in -
=====================================================================
Index: pbwebmaui/inc/pb.WebMAUI/lib/class.data.php
diff -u pbwebmaui/inc/pb.WebMAUI/lib/class.data.php:1.2 
pbwebmaui/inc/pb.WebMAUI/lib/class.data.php:1.3
--- pbwebmaui/inc/pb.WebMAUI/lib/class.data.php:1.2     Mon Apr 19 15:33:25 2004
+++ pbwebmaui/inc/pb.WebMAUI/lib/class.data.php Thu Apr 22 15:35:39 2004
@@ -190,7 +190,9 @@
         function getAttribute($attr) {
             debug(dbgData, 4, "getAttribute($attr)", $this->_Buffer);
             if ($this->_Buffer[$attr]["state"] == stateUnknown)
+            {
                 $this->_readAttribute($attr);
+            }
 
             return $this->_Buffer[$attr]["value"];
         }




reply via email to

[Prev in Thread] Current Thread [Next in Thread]