mirror of
https://github.com/moodle/moodle.git
synced 2025-08-06 17:36:38 +02:00
Merge branch 'MDL-30603_m22' of https://github.com/nebgor/moodle into MOODLE_22_STABLE
This commit is contained in:
commit
72b01fbeb3
2 changed files with 3 additions and 2 deletions
|
@ -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';
|
||||
}
|
||||
}
|
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue