Remove last CVS mentions.

This commit is contained in:
Michal Čihař
2006-10-13 08:23:32 +00:00
parent 1ebe25729e
commit b495cd337a
3 changed files with 5 additions and 3 deletions

View File

@@ -17,6 +17,8 @@ $HeadURL$
* libraries/export/csv.php: Fix cvs/csv typo.
* ChangeLog, libraries/sqlvalidator.class.php: Use HeadURL instead of
Source keyword.
* scripts/setup.php, libraries/sqlparser.lib.php: Remove last CVS
mentions.
2006-10-12 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php: bug #1566219, automated timestamp values

View File

@@ -147,7 +147,7 @@ if ( ! defined( 'PMA_MINIMUM_COMMON' ) ) {
{
global $SQP_errorString;
$debugstr = 'ERROR: ' . $message . "\n";
$debugstr .= 'CVS: $Id$' . "\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";

View File

@@ -9,7 +9,7 @@
* @author Michal Čihař <michal@cihar.com>
* @copyright 2006 Michal Čihař <michal@cihar.com>
* @license http://www.gnu.org/licenses/gpl.html GNU GPL 2.0
* @version CVS: $Id$
* @version Subversion $Id$
*/
/* $Id$ */
//vim: expandtab sw=4 ts=4 sts=4:
@@ -1865,7 +1865,7 @@ switch ($action) {
message('notice', 'New version of phpMyAdmin is available, you should consider upgrade. New version is ' . htmlspecialchars($version) . '.');
} else {
if ($version_local % 100 == 0) {
message('notice', 'You are using CVS version, run <code>cvs update</code> :-). However latest released version is ' . htmlspecialchars($version) . '.');
message('notice', 'You are using subversion version, run <code>svn update</code> :-). However latest released version is ' . htmlspecialchars($version) . '.');
} else {
message('notice', 'No newer stable version is available.');
}