Drop $Id$ expansion, nobody complained so far it not working.

This commit is contained in:
Michal Čihař
2010-09-07 15:00:44 +02:00
parent c2be7316e0
commit 0431042bd0
51 changed files with 1 additions and 63 deletions

View File

@@ -156,7 +156,6 @@ if (! defined('PMA_MINIMUM_COMMON')) {
{
global $SQP_errorString;
$debugstr = 'ERROR: ' . $message . "\n";
$debugstr .= 'SVN: $Id$' . "\n";
$debugstr .= 'MySQL: '.PMA_MYSQL_STR_VERSION . "\n";
$debugstr .= 'USR OS, AGENT, VER: ' . PMA_USR_OS . ' ' . PMA_USR_BROWSER_AGENT . ' ' . PMA_USR_BROWSER_VER . "\n";
$debugstr .= 'PMA: ' . PMA_VERSION . "\n";