From: mjollnir_ Date: Tue, 26 Sep 2006 04:41:45 +0000 (+0000) Subject: recredited the sql_primary_role_subselect function to correct author (much as I would... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=6e58026b29a7904d657a518283a85ebd8b0c6595;p=moodle.git recredited the sql_primary_role_subselect function to correct author (much as I would like to claim it) --- diff --git a/lib/dmllib.php b/lib/dmllib.php index f09ee9f5a7..4c0cef95f2 100644 --- a/lib/dmllib.php +++ b/lib/dmllib.php @@ -1311,8 +1311,8 @@ function sql_order_by_text($fieldname, $numchars=32) { /** * Returns SQL to be used as a subselect to find the primary role of users. - * Penny (the author) is very keen for this to be implemented as a view in - * future versions. + * Geoff Cant (the author) is very keen for this to + * be implemented as a view in future versions. * * eg if this function returns a string called $primaryroles, then you could: * $sql = 'SELECT COUNT(DISTINCT prs.userid) FROM ('.$primary_roles.') prs