comments fixed
This commit is contained in:
parent
b6fba06e11
commit
a41b58b751
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: tomas $
|
Author : $Author: tomas $
|
||||||
Version : $Revision: 1.24 $
|
Version : $Revision: 1.25 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/MetaData.php,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/MetaData.php,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -507,7 +507,10 @@ class MetaData{
|
||||||
/**
|
/**
|
||||||
* Validate one metadata value (on insert/update)
|
* Validate one metadata value (on insert/update)
|
||||||
*
|
*
|
||||||
* @param
|
* @param parName string - parent element name
|
||||||
|
* @param category string - qualif.category name
|
||||||
|
* @param predxml string - 'A' | 'T' (attr or tag)
|
||||||
|
* @param value string - validated element value
|
||||||
* @return true or PEAR::error
|
* @return true or PEAR::error
|
||||||
*/
|
*/
|
||||||
function validateOneValue($parName, $category, $predxml, $value)
|
function validateOneValue($parName, $category, $predxml, $value)
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
|
|
||||||
Author : $Author: tomas $
|
Author : $Author: tomas $
|
||||||
Version : $Revision: 1.5 $
|
Version : $Revision: 1.6 $
|
||||||
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/Validator.php,v $
|
Location : $Source: /home/paul/cvs2svn-livesupport/newcvsrepo/livesupport/modules/storageServer/var/Validator.php,v $
|
||||||
|
|
||||||
------------------------------------------------------------------------------*/
|
------------------------------------------------------------------------------*/
|
||||||
|
@ -105,7 +105,10 @@ class Validator{
|
||||||
/**
|
/**
|
||||||
* Validate one metadata value (on insert/update)
|
* Validate one metadata value (on insert/update)
|
||||||
*
|
*
|
||||||
* @param
|
* @param fname string - parent element name
|
||||||
|
* @param category string - qualif.category name
|
||||||
|
* @param predxml string - 'A' | 'T' (attr or tag)
|
||||||
|
* @param value string - validated element value
|
||||||
* @return TRUE or PEAR::error
|
* @return TRUE or PEAR::error
|
||||||
*/
|
*/
|
||||||
function validateOneValue($fname, $category, $predxml, $value)
|
function validateOneValue($fname, $category, $predxml, $value)
|
||||||
|
|
Loading…
Reference in New Issue