From 9a8bd77eb8699bb534234de18e6ea284d306ab75 Mon Sep 17 00:00:00 2001 From: William Knauss Date: Tue, 13 May 2014 21:21:04 -0400 Subject: [PATCH] forgot access flag --- parsecsv.lib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/parsecsv.lib.php b/parsecsv.lib.php index fee4edc..5328cff 100644 --- a/parsecsv.lib.php +++ b/parsecsv.lib.php @@ -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 *