PHP Classes

Small bug

Recommend this page to a friend!

      Dynamic Menu in PHP  >  All threads  >  Small bug  >  (Un) Subscribe thread alerts  
Subject:Small bug
Summary:Great work, I did find a small bug
Messages:2
Author:Brady R. Cole
Date:2010-08-13 19:34:19
Update:2010-08-20 06:49:08
 

  1. Small bug   Reply   Report abuse  
Picture of Brady R. Cole Brady R. Cole - 2010-08-13 19:34:19
Thanks for the great work on this class, it's very helpful! I did find a small bug in the code.

Line 89 in Functions.php reads
$menu .= '</td><tr>';
but it should read
$menu .= '</td></tr>';

Thanks again this is great work!

  2. Re: Small bug   Reply   Report abuse  
Picture of Pravin Sonawane Pravin Sonawane - 2010-08-20 06:49:08 - In reply to message 1 from Brady R. Cole
Thanks for your feedback. Will check and do the changes.