[Openfirst-cvscommit] SF.net SVN: openfirst: [173] trunk/src/includes/functions/debug.php
Brought to you by:
xtimg
From: <ast...@us...> - 2006-06-21 21:45:51
|
Revision: 173 Author: astronouth7303 Date: 2006-06-21 14:45:45 -0700 (Wed, 21 Jun 2006) ViewCVS: http://svn.sourceforge.net/openfirst/?rev=173&view=rev Log Message: ----------- Adding more needed info and some hacks around SVN. Modified Paths: -------------- trunk/src/includes/functions/debug.php Property Changed: ---------------- trunk/src/includes/functions/debug.php Modified: trunk/src/includes/functions/debug.php =================================================================== --- trunk/src/includes/functions/debug.php 2006-06-21 21:38:47 UTC (rev 172) +++ trunk/src/includes/functions/debug.php 2006-06-21 21:45:45 UTC (rev 173) @@ -55,12 +55,15 @@ if ($usingPHP5 && $errno == 2048) return; // Don't handle E_STRICT - $svn = trim(<<<ENDOFVERSION -$Id$ + $svn = explode(' +', trim(<<<ENDOFVERSION +\$Id$ +\$URL$ ENDOFVERSION -); +)); $details = "MD5: $checksum - SVN: $svn + SVN-Id: {$svn[0]} + SVN-URL: {$svn[1]} Database Type: $ogDataBaseType Operating System: $osType SQL Server: $ogSQLServer Property changes on: trunk/src/includes/functions/debug.php ___________________________________________________________________ Name: svn:keywords - Id + Id URL This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |