From 6e58026b29a7904d657a518283a85ebd8b0c6595 Mon Sep 17 00:00:00 2001 From: mjollnir_ Date: Tue, 26 Sep 2006 04:41:45 +0000 Subject: [PATCH] recredited the sql_primary_role_subselect function to correct author (much as I would like to claim it) --- lib/dmllib.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.5