Remove last CVS mentions.
This commit is contained in:
@@ -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
|
||||
|
@@ -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";
|
||||
|
@@ -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.');
|
||||
}
|
||||
|
Reference in New Issue
Block a user