Changeset 8405 for freepbx

Show
Ignore:
Timestamp:
10/11/09 23:51:32 (4 years ago)
Author:
p_lindheimer
Message:

fixes #3903 rename goto to goto_dest, scanned freepbx code, not used in any agi scripts so should be safe

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.6/amp_conf/agi-bin/phpagi.php

    r5007 r8405  
    12241224 
    12251225   /** 
    1226     * Goto - Set context, extension and priority. 
     1226    * Goto_dest - Set context, extension and priority. 
    12271227    * 
    12281228    * @param string $context 
     
    12301230    * @param string $priority 
    12311231    */ 
    1232     function goto($context, $extension='s', $priority=1) 
     1232    function goto_dest($context, $extension='s', $priority=1) 
    12331233    { 
    12341234      $this->set_context($context);