Changeset 3415

Show
Ignore:
Timestamp:
12/23/06 18:29:39 (6 years ago)
Author:
qldrob
Message:

Fix for #1578, inbound routes destination weren't being saved due to the variable name changes in drawselects().. This is a major one.

Files:

Legend:

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

    r3340 r3415  
    486486  $existing=core_did_get($extension,$cidnum,$channel); 
    487487  if (empty($existing)) { 
    488     $destination=${$goto_indicate0.'0'}; 
     488    $destination=${$goto0.'0'}; 
    489489    $sql="INSERT INTO incoming (cidnum,extension,destination,faxexten,faxemail,answer,wait,privacyman,alertinfo, channel, ringing) values ('$cidnum','$extension','$destination','$faxexten','$faxemail','$answer','$wait','$privacyman','$alertinfo', '$channel', '$ringing')"; 
    490490    sql($sql);