Ticket #4787 (closed Bugs: fixed)

Opened 2 years ago

Last modified 2 years ago

Duplicate functions defined

Reported by: mickecarlsson Assigned to:
Priority: blocker Milestone: 2.9
Component: FreePBX Framework Version: SVN-HEAD
Keywords: Cc:
Confirmation: Unreviewed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

There are three functions defined withing FreePBX 2.9 that are the same. This is casing "white screen".

grep -r 'function fatal' *
amp_conf/htdocs/admin/modules/bulkdids/page.bulkdids.php:function fatal($text)  {
amp_conf/htdocs/admin/modules/callback/bin/callback:function fatal($text) {
amp_conf/htdocs/admin/libraries/utility.functions.php:function fatal($text,$log=true) {

Change History

02/02/11 14:09:03 changed by mickecarlsson

(In [11286]) Close #4788, re #4787, add missing fields to bulk dids, rename function fatal to bdid_fatal

02/14/11 00:12:31 changed by p_lindheimer

(In [11372]) rename fatal to cb_fatal, should not be affected since it does not include framework version but just to be safe re #4787

02/14/11 00:15:29 changed by p_lindheimer

(In [11373]) Merged revisions 11372 via svnmerge from http://www.freepbx.org/v2/svn/modules/branches/2.8

........

r11372 | p_lindheimer | 2011-02-13 21:12:31 -0800 (Sun, 13 Feb 2011) | 1 line

rename fatal to cb_fatal, should not be affected since it does not include framework version but just to be safe re #4787

........

02/14/11 00:15:42 changed by p_lindheimer

  • status changed from new to closed.
  • resolution set to fixed.