Changeset 3642

Show
Ignore:
Timestamp:
01/25/07 00:41:10 (6 years ago)
Author:
qldrob
Message:

Fix a minor typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/trunk/amp_conf/htdocs/admin/modules/core/functions.inc.php

    r3626 r3642  
    12191219function core_users_get($extension){ 
    12201220  global $db; 
     1221  global $amp_conf; 
    12211222  //get all the variables for the meetme 
    12221223  $sql = "SELECT * FROM users WHERE extension = '$extension'"; 
     
    12421243    $astman->disconnect(); 
    12431244  } else { 
    1244     fatal("Cannot connect to Asterisk Manager with ".$amp_conf["AMPMGRUSER"]."/".$amp_conf["AMPMGRPASS"]); 
     1245    print("Cannot connect to Asterisk Manager with ".$amp_conf["AMPMGRUSER"]."/".$amp_conf["AMPMGRPASS"]); 
    12451246  } 
    12461247