Ticket #2957 (closed Bugs: fixed)

Opened 5 years ago

Last modified 5 years ago

changes to splice are treating some priorities as non-numberic

Reported by: cosmicwombat Assigned to:
Priority: minor Milestone: 2.5
Component: FreePBX Framework Version: 2.5-branch
Keywords: Cc:
Confirmation: Confirmed Distro:
Backend Engine: All Distro Ver:
Backend Ver: SVN Revision (if applicable):

Description

ctype_digit($priority) is not always returning true when it is a digit, seems to need a trim($priority) around it. Results in retrieve_conf failing.

Change History

07/27/08 01:15:14 changed by p_lindheimer

  • reporter changed from p_lindheimer to cosmicwombat.

07/27/08 01:16:40 changed by p_lindheimer

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

(In [6210]) closes #2957 enclose priority in trim() to remove retireve_conf failures