Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.9.2.2.2.14, Mon Nov 3 13:17:48 2008 UTC | revision 1.9.2.2.2.15, Sat Mar 7 19:01:22 2009 UTC | |
|---|---|---|
| # | Line 1 | Line 1 |
| 1 | <?php | <?php |
| 2 | // $Id: $ | // $Id: cre.module,v 1.9.2.2.2.14 2008/11/03 13:17:48 scottreynolds Exp $ |
| 3 | /* | /* |
| 4 | A generalized recommendation engine. Depends on votingapi.module. see README.txt | A generalized recommendation engine. Depends on votingapi.module. see README.txt |
| 5 | */ | */ |
| include_once(drupal_get_path('module', 'cre') . '/cre_query_obj.inc'); | ||
| 6 | ||
| 7 | function cre_perm() { | function cre_perm() { |
| 8 | return array('administer cre'); | return array('administer cre'); |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |