PHP Classes

warning bug

Recommend this page to a friend!

      TTF Info Plus  >  All threads  >  warning bug  >  (Un) Subscribe thread alerts  
Subject:warning bug
Summary:I inserted the first line to stop warnings i getfontinfo
Messages:2
Author:Fred Capps
Date:2008-03-26 02:10:13
Update:2012-02-03 10:25:18
 

  1. warning bug   Reply   Report abuse  
Picture of Fred Capps Fred Capps - 2008-03-26 02:10:13
$font_tags[$name_id_dec] = null;
if (!empty($name_id_dec) and empty($font_tags[$name_id_dec]))
{
for($l=0;$l<$string_length_dec;$l++)

  2. Re: warning bug   Reply   Report abuse  
Picture of Szymon Wegorkiewicz Szymon Wegorkiewicz - 2012-02-03 10:25:19 - In reply to message 1 from Fred Capps
Thanks for that :). Solved these annoying PHP Notices :)