PHP Classes

Bug

Recommend this page to a friend!

      CSV Reader  >  All threads  >  Bug  >  (Un) Subscribe thread alerts  
Subject:Bug
Summary:Method CVSreader::all() doesn't work
Messages:2
Author:Matías montes
Date:2008-11-24 16:49:28
Update:2008-11-24 16:50:39
 

 


  1. Bug   Reply   Report abuse  
Picture of Matías montes Matías montes - 2008-11-24 16:49:28
where it reads "$t->next()" it should read "$this->next()"
at end of method, add return $res;

  2. Re: Bug   Reply   Report abuse  
Picture of Matías montes Matías montes - 2008-11-24 16:50:39 - In reply to message 1 from Matías montes
I meant CSVReader instead of CVSReader