From 9f26a481ae7cc49667f9bf93b81f5696d365402b Mon Sep 17 00:00:00 2001 From: Aparup Banerjee Date: Mon, 12 Dec 2011 14:06:26 +0800 Subject: [PATCH] MDL-30603 synced and renamed incorrect ZF 1.10.6 file and name --- lib/zend/Zend/Validate/Barcode/{UpcA.php => Upca.php} | 4 ++-- lib/zend/readme_moodle.txt | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) rename lib/zend/Zend/Validate/Barcode/{UpcA.php => Upca.php} (95%) diff --git a/lib/zend/Zend/Validate/Barcode/UpcA.php b/lib/zend/Zend/Validate/Barcode/Upca.php similarity index 95% rename from lib/zend/Zend/Validate/Barcode/UpcA.php rename to lib/zend/Zend/Validate/Barcode/Upca.php index 41655288e7f..ab425b17ff0 100644 --- a/lib/zend/Zend/Validate/Barcode/UpcA.php +++ b/lib/zend/Zend/Validate/Barcode/Upca.php @@ -16,7 +16,7 @@ * @package Zend_Validate * @copyright Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) * @license http://framework.zend.com/license/new-bsd New BSD License - * @version $Id$ + * @version $Id: Upca.php 20096 2010-01-06 02:05:09Z bkarwin $ */ /** @@ -49,4 +49,4 @@ class Zend_Validate_Barcode_Upca extends Zend_Validate_Barcode_AdapterAbstract * @var string */ protected $_checksum = '_gtin'; -} +} \ No newline at end of file diff --git a/lib/zend/readme_moodle.txt b/lib/zend/readme_moodle.txt index 5c4fe008705..ef52efc6c57 100644 --- a/lib/zend/readme_moodle.txt +++ b/lib/zend/readme_moodle.txt @@ -8,4 +8,5 @@ Changes: * lots of files removed * small fix to error reporting in reflection (MDL-21460, ZF-8980) * SOAP and XMLRPC servers overwrite the fault() functions +* synced and renamed file to version in ZF 1.10.6 (MDL-30603, ZF-11080) -- 2.43.0