diff --git a/ChangeLog b/ChangeLog index a9e7d7705..71e722071 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,7 +3,7 @@ phpMyAdmin - ChangeLog ---------------------- $Id$ -$Source$ +$HeadURL$ 2006-10-13 Michal Čihař * Documentation.html: Mention wiki. @@ -15,6 +15,8 @@ $Source$ - Mention wiki. - Switch to subversion. * libraries/export/csv.php: Fix cvs/csv typo. + * ChangeLog, libraries/sqlvalidator.class.php: Use HeadURL instead of + Source keyword. 2006-10-12 Marc Delisle * tbl_change.php: bug #1566219, automated timestamp values diff --git a/libraries/sqlvalidator.class.php b/libraries/sqlvalidator.class.php index 26329779c..a4df1de8c 100644 --- a/libraries/sqlvalidator.class.php +++ b/libraries/sqlvalidator.class.php @@ -17,8 +17,8 @@ * * If you got this file from somewhere other than phpMyAdmin * please be aware that the latest copy will always be in the -* phpMyAdmin CVS tree as -* $Source$ +* phpMyAdmin subversion tree as +* $HeadURL$ * * This code that also used to depend on the PHP overload module, but that has been * removed now.