Changeset 1402

Show
Ignore:
Timestamp:
12/06/07 22:16:15 (1 year ago)
Author:
rho
Message:

fixed minor notices on generic comments

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • devel/mod/generic_comments/lib.php

    r1392 r1402  
    8787        global $CFG; 
    8888        global $page_owner; 
     89    // prevent some notices 
     90    $comment_sort = null; 
     91    $commentsbody = null; 
     92    $sort_sequence = null; 
     93 
    8994        $owner_username = user_info('username', $page_owner); 
    9095// create a form to display comments for this object, and then display the comments for one page