Dotclear


Ignore:
Timestamp:
09/04/13 14:57:03 (12 years ago)
Author:
Dsls
Branch:
default
Message:

Added dcAdminCombos utility class, lots of combos available from everywhere now. Closes #1599

File:
1 edited

Legend:

Unmodified
Added
Removed
  • admin/comment.php

    r1553 r1719  
    2626$comment_spam_status = ''; 
    2727 
     28 
    2829# Status combo 
    29 foreach ($core->blog->getAllCommentStatus() as $k => $v) { 
    30      $status_combo[$v] = (string) $k; 
    31 } 
     30$status_combo = dcAdminCombos::getCommentStatusescombo(); 
    3231 
    3332# Adding comment 
Note: See TracChangeset for help on using the changeset viewer.

Sites map