Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- /**
- *
- * @ This file is created by deZender.Net
- * @ deZender (PHP5 Decoder for ionCube Encoder)
- *
- * @ Version : 1.1.5.0
- * @ Author : DeZender
- * @ Release on : 09.06.2012
- * @ Official site : http://DeZender.Net
- *
- */
- class block_informseguim {
- function init() {
- $this->title = 'Informe seguimiento';
- $this->version = 2007032600;
- }
- function get_content() {
- global $CFG;
- global $USER;
- global $COURSE;
- $qr = mysql_query( 'select roleid from ' . $CFG->prefix . 'role_assignments inner join ' . $CFG->prefix . 'context on ' . $CFG->prefix . 'context.id=' . $CFG->prefix . 'role_assignments.contextid where contextlevel=50 and userid=\'' . $USER->id . '\' and ' . $CFG->prefix . 'context.instanceid=\'' . $COURSE->id . '\'' );
- while ($rw = mysql_fetch_array( $qr )) {
- $roleid = $rw['roleid'];
- }
- ..............................................................
- ...................................
- ................
Advertisement
Add Comment
Please, Sign In to add comment