Changeset 2719

Show
Ignore:
Timestamp:
10/16/06 00:12:11 (7 years ago)
Author:
p_lindheimer
Message:

put full path in require_once() call because retrieve_conf pukes on it and dies when it is in install.php

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.2/findmefollow/functions.inc.php

    r2708 r2719  
    1 <?php /* $Id: functions.inc.php 201 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 
     3global $amp_conf
     4require_once($amp_conf['AMPWEBROOT'].'/admin/common/php-asmanager.php'); 
    55 
    66// The destinations this module provides 
  • modules/branches/2.2/findmefollow/install.php

    r2708 r2719  
    3939} 
    4040 
    41 require_once('common/php-asmanager.php'); 
     41global $amp_conf; 
     42require_once($amp_conf['AMPWEBROOT'].'/admin/common/php-asmanager.php'); 
    4243 
    4344// 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  
    22  <rawname>findmefollow</rawname> 
    33  <name>Follow Me</name> 
    4   <version>2.2.2</version> 
     4  <version>2.2.3</version> 
    55  <changelog> 
     6    2.2.3: full path in require_once to keep retrieve_conf from dieing 
    67    2.2.2: bug fix = should be == 
    78    2.2.1: Use astdb for some settings