Dotclear


Ignore:
Timestamp:
10/04/13 15:00:41 (12 years ago)
Author:
Dsls
Branch:
default
Message:

updated most of notices to new format, should fix #1710 (maintenance and daInstaller still to be updated)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/actions/class.dcactioncomments.php

    r2169 r2256  
    149149           
    150150          $core->blog->updCommentsStatus($co_ids,$status); 
    151           $ap->redirect(true,array('upd'=>1)); 
     151 
     152          dcPage::addSuccessNotice(__('Selected comments have been successfully updated.')); 
     153          $ap->redirect(true); 
    152154     } 
    153155 
     
    168170           
    169171          $core->blog->delComments($co_ids); 
    170           $ap->redirect(false,array('del'=>1)); 
     172          dcPage::addSuccessNotice(__('Selected comments have been successfully deleted.')); 
     173          $ap->redirect(false); 
    171174     } 
    172175} 
Note: See TracChangeset for help on using the changeset viewer.

Sites map