Changeset 1174
- Timestamp:
- 06/27/07 13:17:09 (1 year ago)
- Files:
-
- devel/mod/generic_comments/lib.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
devel/mod/generic_comments/lib.php
r1172 r1174 116 116 117 117 <form action="{$CFG->wwwroot}mod/generic_comments/action_redirection.php" method="post"> 118 119 $item_details120 118 121 119 <h2>$comment_form_text</h2> … … 266 264 } 267 265 268 $body = $ run_result.$commentsbody;266 $body = $item_details . $commentsbody . $run_result; 269 267 } elseif ($comment_form_type == 'summary') { 270 268 $count = count_records('comments','object_id',$object_id,'object_type',$object_type);
