Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/userpix/index.php File Reference

Go to the source code of this file.

Variables

 $syscontext = get_context_instance(CONTEXT_SYSTEM)
 Remove the following three lines if you want everyone to access it.
 $title = get_string("users")
 $rs = $DB->get_recordset_select("user", "deleted = 0 AND picture > 0", array(), "lastaccess DESC", user_picture::fields())

Variable Documentation

$rs = $DB->get_recordset_select("user", "deleted = 0 AND picture > 0", array(), "lastaccess DESC", user_picture::fields())

Definition at line 26 of file index.php.

Remove the following three lines if you want everyone to access it.

Definition at line 16 of file index.php.

$title = get_string("users")

Definition at line 19 of file index.php.

 All Data Structures Namespaces Files Functions Variables Enumerations