[pLog-svn] r4765 - plog/branches/lifetype-1.2/class/misc

oscar at devel.lifetype.net oscar at devel.lifetype.net
Sun Feb 18 15:36:58 EST 2007


Author: oscar
Date: 2007-02-18 15:36:58 -0500 (Sun, 18 Feb 2007)
New Revision: 4765

Modified:
   plog/branches/lifetype-1.2/class/misc/osdetect.class.php
Log:
Minor optimization.

Modified: plog/branches/lifetype-1.2/class/misc/osdetect.class.php
===================================================================
--- plog/branches/lifetype-1.2/class/misc/osdetect.class.php	2007-02-18 20:32:21 UTC (rev 4764)
+++ plog/branches/lifetype-1.2/class/misc/osdetect.class.php	2007-02-18 20:36:58 UTC (rev 4765)
@@ -20,7 +20,7 @@
          */
         function getOsString()
         {
-        	return php_uname();
+        	return PHP_OS;
         }
 
     	/**



More information about the pLog-svn mailing list