Changeset 8466

Show
Ignore:
Timestamp:
01/04/10 17:21:06 (3 years ago)
Author:
mbrevda
Message:

re: #3900; DB_DELETE is a function not an application, wrap it in a Noop to execute it

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.6/amp_conf/htdocs/admin/extensions.class.php

    r8464 r8466  
    920920            global $version; // Asterisk Version 
    921921            if (version_compare($version, "1.6", "ge")) { 
    922                 return "DB_DELETE(".$this->data.")"
     922                return 'Noop(Deleting: '.$this->data.' ${DB_DELETE('.$this->data.')})'
    923923                } 
    924924            else {