joomla2.5 - How to remove already enqueued messages in joomla 2.5? -


How to delete already encoded messages in Joomla 2.5? thank you in advanced!

I tried

  $ jap = JFactory :: getApplication (); $ Mesecicist = $ jAp- & gt; Mill messagequote ();   

But the above code is showing all encrypted messages. I want to remove specific messages from him.

try it,

  $ session = JFC = millession ( ); $ SessionQueue = $ session- & gt; Get ('application.queue'); If (count ($ session session)) {$ session- & gt; Set ('application.queue', null); }   

Hopes that its work ..

Comments

Popular posts from this blog

sql - Return Function using Cursor -

sql server - How to use pivot in this table -

javascript - Is there any way to add a new parameter to a function programmatically? -