Dotclear

Changeset 2008:e37733c175b5


Ignore:
Timestamp:
09/22/13 15:41:15 (11 years ago)
Author:
Dsls
Branch:
default
Children:
2009:5a7d2f9318c6, 2015:207daf1715b5
Message:

fixed warnings on admin/comments.php

File:
1 edited

Legend:

Unmodified
Added
Removed
  • inc/admin/lib.pager.php

    r2002 r2008  
    400400               while ($this->rs->fetch()) 
    401401               { 
    402                     echo $this->commentLine(); 
     402                    echo $this->commentLine(isset($comments[$this->rs->comment_id])); 
    403403               } 
    404404                
     
    409409     } 
    410410      
    411      private function commentLine($checked) 
     411     private function commentLine($checked=false) 
    412412     { 
    413413          global $author, $status, $sortby, $order, $nb_per_page; 
Note: See TracChangeset for help on using the changeset viewer.

Sites map