[pLog-svn] r4768 - plog/branches/lifetype-1.2/class/object

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Feb 18 15:44:47 EST 2007


Author: oscar
Date: 2007-02-18 15:44:47 -0500 (Sun, 18 Feb 2007)
New Revision: 4768

Modified:
   plog/branches/lifetype-1.2/class/object/object.class.php
Log:
Another minor optimization.

Modified: plog/branches/lifetype-1.2/class/object/object.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/object/object.class.php	2007-02-18 20:43:48 UTC (rev 4767)
+++ plog/branches/lifetype-1.2/class/object/object.class.php	2007-02-18 20:44:47 UTC (rev 4768)
@@ -83,9 +83,7 @@
 		 */
 		function getParentClass()
 		{
-			$parent_class_name = get_parent_class( $this );
-
-			return $parent_class_name;
+			return( get_parent_class( $this ));
 		}
 
 		/**



More information about the pLog-svn mailing list