mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-13 13:11:31 +00:00
fix typo
This commit is contained in:
parent
a5802ad3e8
commit
7cba489f1a
|
@ -1204,7 +1204,7 @@ class SeedDMS_Core_AttributeDefinition { /* {{{ */
|
||||||
* @param boolean $new set to true if the value is new value and not taken from
|
* @param boolean $new set to true if the value is new value and not taken from
|
||||||
* an existing attribute
|
* an existing attribute
|
||||||
* (this will only be passed to the onAttributeValidate callback)
|
* (this will only be passed to the onAttributeValidate callback)
|
||||||
* @return boolean true if validation succeds, otherwise false
|
* @return boolean true if validation succeeds, otherwise false
|
||||||
*/
|
*/
|
||||||
function validate($attrvalue, $object=null, $new=false) { /* {{{ */
|
function validate($attrvalue, $object=null, $new=false) { /* {{{ */
|
||||||
/* Check if 'onAttributeValidate' callback is set */
|
/* Check if 'onAttributeValidate' callback is set */
|
||||||
|
|
Loading…
Reference in New Issue
Block a user