Home
last modified time | relevance | path

Searched refs:recordPointer (Results 1 – 1 of 1) sorted by relevance

/plugin/database/
H A Ddatabase.php1001 * @param number $recordPointer the record in question
1036 * @param number $recordPointer the record in question
1040 function isUnique($values,$recordPointer=0) { argument
1044 if ($recordPointer == 0)
1058 if ($recordPointer!=$recordCounter) {
1068 if ($values[$counter] == $value && $recordPointer != $recordCounter) {