]> git.mjollnir.org Git - moodle.git/commitdiff
recredited the sql_primary_role_subselect function to correct author (much as I would...
authormjollnir_ <mjollnir_>
Tue, 26 Sep 2006 04:41:45 +0000 (04:41 +0000)
committermjollnir_ <mjollnir_>
Tue, 26 Sep 2006 04:41:45 +0000 (04:41 +0000)
lib/dmllib.php

index f09ee9f5a78a69e1235e0ab9ac2ddbb655dc1feb..4c0cef95f2e82b8a46b2898f4ee8eeb750be9c0b 100644 (file)
@@ -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 <geoff@catalyst.net.nz> (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