root/devel/mod/permissions/lib.php

Revision 1539, 344 bytes (checked in by renato, 10 months ago)

Setting prop svn:eol-style in LOTS of files.

  • Property svn:mime-type set to text/plain
  • Property svn:eol-style set to native
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.