diff options
author | Silvio <silvio@devlet.com.br> | 2010-08-18 18:29:51 -0300 |
---|---|---|
committer | Silvio <silvio@devlet.com.br> | 2010-08-18 18:29:51 -0300 |
commit | 70d0c6f95279f67f863cf6cb8e2a0528534c4519 (patch) | |
tree | 288388e487f92d6d87df9896c4f98dae27a84853 /classes/IsisConnector.php | |
parent | 8c00b2a834fef61639ab3a657cdd99b2fdc8de4b (diff) | |
download | cinisis-70d0c6f95279f67f863cf6cb8e2a0528534c4519.tar.gz cinisis-70d0c6f95279f67f863cf6cb8e2a0528534c4519.tar.bz2 |
Enhancing nextSubfield() from IsisFinder
Diffstat (limited to 'classes/IsisConnector.php')
-rw-r--r-- | classes/IsisConnector.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/IsisConnector.php b/classes/IsisConnector.php index e0c87c2..64a6c59 100644 --- a/classes/IsisConnector.php +++ b/classes/IsisConnector.php @@ -633,7 +633,7 @@ class IsisConnector { } /** - * Check if a field result has a given subfield. + * Check if a field result and row has a given subfield. * * @param $field * Field data. |