![]() |
Issue with "font size" - Captcha helper - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Archived Discussions (https://forum.codeigniter.com/forumdisplay.php?fid=20) +--- Forum: Archived Development & Programming (https://forum.codeigniter.com/forumdisplay.php?fid=23) +--- Thread: Issue with "font size" - Captcha helper (/showthread.php?tid=54739) |
Issue with "font size" - Captcha helper - El Forum - 09-23-2012 [eluser]ojcarga[/eluser] Hey guys, I just found this little problem with setting the font size for the captcha helper, this is the current code and as it is right now, the font size that user set will never work Code: if ($use_font == FALSE) I just added that piece of code to my project and it works very well, maybe that should be updated for next version of CI. Code: if(isset($data["font_size"])) Hope I explained well... let me know what you think ![]() Cheers! |