[Openfirst-cvscommit] SF.net SVN: openfirst: [172] trunk/src/includes/functions/debug.php
Brought to you by:
xtimg
From: <ast...@us...> - 2006-06-21 21:38:51
|
Revision: 172 Author: astronouth7303 Date: 2006-06-21 14:38:47 -0700 (Wed, 21 Jun 2006) ViewCVS: http://svn.sourceforge.net/openfirst/?rev=172&view=rev Log Message: ----------- Adding an "SVN" header so that we can properly track which file we're talking about. 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 19:16:53 UTC (rev 171) +++ trunk/src/includes/functions/debug.php 2006-06-21 21:38:47 UTC (rev 172) @@ -55,8 +55,12 @@ if ($usingPHP5 && $errno == 2048) return; // Don't handle E_STRICT - + $svn = trim(<<<ENDOFVERSION +$Id$ +ENDOFVERSION +); $details = "MD5: $checksum + SVN: $svn Database Type: $ogDataBaseType Operating System: $osType SQL Server: $ogSQLServer @@ -133,4 +137,4 @@ } } } -?> \ No newline at end of file +?> Property changes on: trunk/src/includes/functions/debug.php ___________________________________________________________________ Name: svn:keywords + Id This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |