root/releases/0.9rc2/mod/permissions/lib.php

Revision 1248, 344 bytes (checked in by diegoramirez, 1 year ago)

Units to mod

  • Property svn:mime-type set to text/plain
Line 
1 <?php
2 /*
3  * Created on Sep 19, 2007
4  *
5  * @author Diego Andrés Ramírez Aragón <diego@somosmas.org>
6  * @copyright Corporación Somos más - 2007
7  */
8 function permissions_pagesetup() {
9
10 }
11 function permissions_init() {
12         global $CFG,$function;
13        
14         $function['permissions:check'][] = $CFG->dirroot . "mod/permissions/lib/function_check.php";
15 }
16 ?>
Note: See TracBrowser for help on using the browser.