Skip to content

Commit

Permalink
MDL-26060 - Sorting by date on user list for responses list throws an…
Browse files Browse the repository at this point in the history
… error
  • Loading branch information
Andreas Grabs committed Feb 20, 2011
1 parent d20b966 commit 7cc5cec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/feedback/show_entries.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
$baseurl = new moodle_url('/mod/feedback/show_entries.php');
$baseurl->params(array('id'=>$id, 'do_show'=>$do_show, 'showall'=>$showall));

$tablecolumns = array('userpic', 'fullname', 'timemodified');
$tablecolumns = array('userpic', 'fullname', 'c.timemodified');
$tableheaders = array(get_string('userpic'), get_string('fullnameuser'), get_string('date'));

if(has_capability('mod/feedback:deletesubmissions', $context)) {
Expand Down

0 comments on commit 7cc5cec

Please sign in to comment.