phpgroupware-cvs
[Top][All Lists]
Advanced

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

[Phpgroupware-cvs] phpgwapi/inc class.common.inc.php, 1.123.2.9.2.30


From: Caeies
Subject: [Phpgroupware-cvs] phpgwapi/inc class.common.inc.php, 1.123.2.9.2.30
Date: Wed, 2 Nov 2005 10:33:00 +0100

Update of phpgwapi/inc

Modified Files:
     Branch: Version-0_9_16-branch
            class.common.inc.php lines: +4 -6

Log Message:
Returning the id in all right cases and not only when the tables are already 
prepared

====================================================
Index: phpgwapi/inc/class.common.inc.php
diff -u phpgwapi/inc/class.common.inc.php:1.123.2.9.2.29 
phpgwapi/inc/class.common.inc.php:1.123.2.9.2.30
--- phpgwapi/inc/class.common.inc.php:1.123.2.9.2.29    Sat Nov  6 15:34:26 2004
+++ phpgwapi/inc/class.common.inc.php   Wed Nov  2 09:33:14 2005
@@ -1990,10 +1990,8 @@
                        {
                                return False;
                        }
-                       else
-                       {
-                               return intval($id);
-                       }
+
+                       return intval($id);
                }

-       }
\ No newline at end of file
+       }






reply via email to

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