djplaner / moodle-mod_bim

A Moodle activity module the provides support for managing/marking individual student blogs hosted on external services.
http://davidtjones.wordpress.com/research/bam-blog-aggregation-management/
7 stars 2 forks source link

PostgreSQL issue when marking isn't released and fails because timereleased isn't set #23

Closed tlock closed 14 years ago

tlock commented 14 years ago

In function bim_marker_mark_post() in marker/view.php

If timerelease was not set it would error doing the update as noted in similar situation in another issue, so the fix is to set it if it isn't set.

djplaner commented 14 years ago

Thanks. Have made this change. Will hopefully update github code later today.