Changeset 1174

Show
Ignore:
Timestamp:
06/27/07 13:17:09 (1 year ago)
Author:
icewing
Message:

Marcus Povey <marcus@dushka.co.uk>
* ISSUE 54: Reordered non-ajax generic comments.

Files:

Legend:

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

    r1172 r1174  
    116116         
    117117    <form action="{$CFG->wwwroot}mod/generic_comments/action_redirection.php" method="post"> 
    118  
    119         $item_details 
    120118 
    121119        <h2>$comment_form_text</h2> 
     
    266264            } 
    267265             
    268             $body = $run_result.$commentsbody
     266            $body = $item_details . $commentsbody . $run_result
    269267        } elseif ($comment_form_type == 'summary') { 
    270268                $count = count_records('comments','object_id',$object_id,'object_type',$object_type);