From 64f7adb3b0e68ed7e0aaf6f57e2d4fb85fd2a365 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 2 Feb 2009 16:16:37 +0300 Subject: [PATCH 1/2] move mysql_convert_unicode to utils/ --- mysql_convert_unicode.php => utils/mysql_convert_unicode.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename mysql_convert_unicode.php => utils/mysql_convert_unicode.php (100%) diff --git a/mysql_convert_unicode.php b/utils/mysql_convert_unicode.php similarity index 100% rename from mysql_convert_unicode.php rename to utils/mysql_convert_unicode.php From cf7dc81c70cc0b25fa33baf9feb4e36f913de342 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Mon, 2 Feb 2009 16:17:17 +0300 Subject: [PATCH 2/2] mysql_convert_unicode: fix include paths --- utils/mysql_convert_unicode.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/utils/mysql_convert_unicode.php b/utils/mysql_convert_unicode.php index 6d43c234c..acc1e77af 100644 --- a/utils/mysql_convert_unicode.php +++ b/utils/mysql_convert_unicode.php @@ -1,12 +1,12 @@