forgot access flag

This commit is contained in:
William Knauss
2014-05-13 21:21:04 -04:00
parent 89a2817765
commit 9a8bd77eb8

View File

@@ -915,6 +915,7 @@ class parseCSV {
/**
* Validate a row against a single condition
*
* @access public
* @param row array with values from a row
* @param condition specified condition that the row must match
*