Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ab12793
)
MDL-25674 fix phpdocs
author
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Tue, 21 Dec 2010 18:19:35 +0000
(19:19 +0100)
committer
Eloy Lafuente (stronk7)
<stronk7@moodle.org>
Tue, 21 Dec 2010 18:19:35 +0000
(19:19 +0100)
lib/datalib.php
patch
|
blob
|
blame
|
history
diff --git
a/lib/datalib.php
b/lib/datalib.php
index
bda8fa3
..
9785734
100644
(file)
--- a/
lib/datalib.php
+++ b/
lib/datalib.php
@@
-52,7
+52,7
@@
define('LASTACCESS_UPDATE_SECS', 60);
* primary admin = admin with lowest role_assignment id among admins
*
* @static stdClass $mainadmin
- * @return stdClass
An associative array representing the admin user.
+ * @return stdClass
{@link $USER} record from DB, false if not found
*/
function get_admin() {
static $mainadmin = null;