Use HeadURL instead of Source keyword.

This commit is contained in:
Michal Čihař
2006-10-13 08:21:55 +00:00
parent 0d9c5892c6
commit 1ebe25729e
2 changed files with 5 additions and 3 deletions

View File

@@ -3,7 +3,7 @@ phpMyAdmin - ChangeLog
---------------------- ----------------------
$Id$ $Id$
$Source$ $HeadURL$
2006-10-13 Michal Čihař <michal@cihar.com> 2006-10-13 Michal Čihař <michal@cihar.com>
* Documentation.html: Mention wiki. * Documentation.html: Mention wiki.
@@ -15,6 +15,8 @@ $Source$
- Mention wiki. - Mention wiki.
- Switch to subversion. - Switch to subversion.
* libraries/export/csv.php: Fix cvs/csv typo. * libraries/export/csv.php: Fix cvs/csv typo.
* ChangeLog, libraries/sqlvalidator.class.php: Use HeadURL instead of
Source keyword.
2006-10-12 Marc Delisle <lem9@users.sourceforge.net> 2006-10-12 Marc Delisle <lem9@users.sourceforge.net>
* tbl_change.php: bug #1566219, automated timestamp values * tbl_change.php: bug #1566219, automated timestamp values

View File

@@ -17,8 +17,8 @@
* *
* If you got this file from somewhere other than phpMyAdmin * If you got this file from somewhere other than phpMyAdmin
* please be aware that the latest copy will always be in the * please be aware that the latest copy will always be in the
* phpMyAdmin CVS tree as * phpMyAdmin subversion tree as
* $Source$ * $HeadURL$
* *
* This code that also used to depend on the PHP overload module, but that has been * This code that also used to depend on the PHP overload module, but that has been
* removed now. * removed now.