Ticket #4719 (closed Bugs: fixed)

Opened 2 years ago

Last modified 2 years ago

multiple re-declaration of sql() function in 2.8 upgrade scripts

Reported by: p_lindheimer Assigned to: p_lindheimer
Priority: minor Milestone: 2.9
Component: Installation Version: 2.8-branch
Keywords: Cc:
Confirmation: Confirmed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

there are multiple instances of sql() being conditionally declared in some of the 2.8 upgrade scripts which make some instances of install_amp fail.

Change History

12/28/10 16:10:49 changed by p_lindheimer

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

(In [10739]) fixes #4719 don't redeclare sql funcition, this requires re-rolling 2.8 tarball on main site

12/29/10 22:50:01 changed by p_lindheimer

(In [10770]) Merged revisions 10739 via svnmerge from http://www.freepbx.org/v2/svn/freepbx/trunk

........

r10739 | p_lindheimer | 2010-12-28 13:10:49 -0800 (Tue, 28 Dec 2010) | 1 line

fixes #4719 don't redeclare sql funcition, this requires re-rolling 2.8 tarball on main site

........