Welcome Guest, Not a member yet? Register   Sign In
Flashdata freakauth
#1

[eluser]srpurdy[/eluser]
Hi All,

Im adding some flash data to my admin console. But having a strange problem. Basically it works except for some reason it loads a (1) in front of the message like "1The Information was updated successfully" This is of course only on the new messages I added to FreakAuth. Obivously I did something wrong but I would like to know what LOL Smile

Anyone have a clue? Smile

Code:
$msg = $this->db->affected_rows().$this->lang->line('FAL_sp_updated');
flashMsg($msg);
redirect('./admin/news');

And these are the added lines I added to the lang file.
Code:
$lang['FAL_sp_updated'] = 'The Information was updated successfully!';
$lang['FAL_sp_added'] = 'The Information was added successfully!';
$lang['FAL_sp_deleted'] = 'The Information was deleted successfully!';

Thanks Smile


Messages In This Thread
Flashdata freakauth - by El Forum - 09-17-2008, 05:45 PM
Flashdata freakauth - by El Forum - 09-17-2008, 06:00 PM
Flashdata freakauth - by El Forum - 09-17-2008, 06:28 PM



Theme © iAndrew 2016 - Forum software by © MyBB