PHP Classes

an error

Recommend this page to a friend!

      Ini  >  All threads  >  an error  >  (Un) Subscribe thread alerts  
Subject:an error
Summary:here is a little code fix
Messages:1
Author:juglesh
Date:2005-09-06 18:26:36
 

  1. an error   Reply   Report abuse  
Picture of juglesh juglesh - 2005-09-06 18:26:36
> $this->_last_section = substr($data, 1, (strlen($data) - 1));


$this->_last_section = substr($data, 1, - 1);

will keep the class from adding an extra end bracket on the sections

--
juglesh