From 1ebe25729e5eb2bd35a852f0053babd42bd07b5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 13 Oct 2006 08:21:55 +0000 Subject: [PATCH] Use HeadURL instead of Source keyword. --- ChangeLog | 4 +++- libraries/sqlvalidator.class.php | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) 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.