Changeset 2719
- Timestamp:
- 10/16/06 00:12:11 (7 years ago)
- Files:
-
- modules/branches/2.2/findmefollow/functions.inc.php (modified) (1 diff)
- modules/branches/2.2/findmefollow/install.php (modified) (1 diff)
- modules/branches/2.2/findmefollow/module.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
modules/branches/2.2/findmefollow/functions.inc.php
r2708 r2719 1 <?php /* $Id: functions.inc.php 2 01 2006-10-13 21:40:20Z plindheimer $ */2 3 //require('common/php-asmanager.php');4 include_once('common/php-asmanager.php');1 <?php /* $Id: functions.inc.php 214 2006-10-16 04:10:16Z plindheimer $ */ 2 3 global $amp_conf; 4 require_once($amp_conf['AMPWEBROOT'].'/admin/common/php-asmanager.php'); 5 5 6 6 // The destinations this module provides modules/branches/2.2/findmefollow/install.php
r2708 r2719 39 39 } 40 40 41 require_once('common/php-asmanager.php'); 41 global $amp_conf; 42 require_once($amp_conf['AMPWEBROOT'].'/admin/common/php-asmanager.php'); 42 43 43 44 // this function builds the AMPUSER/<grpnum>/followme tree for each user who has a group number modules/branches/2.2/findmefollow/module.xml
r2718 r2719 2 2 <rawname>findmefollow</rawname> 3 3 <name>Follow Me</name> 4 <version>2.2. 2</version>4 <version>2.2.3</version> 5 5 <changelog> 6 2.2.3: full path in require_once to keep retrieve_conf from dieing 6 7 2.2.2: bug fix = should be == 7 8 2.2.1: Use astdb for some settings
