Ticket #2957 (closed Bugs: fixed)

Opened 6 months ago

Last modified 6 months 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 SVN Revision (if applicable):
Backend Engine: All Backend Engine Version:

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/26/08 22:15:14 changed by p_lindheimer

  • reporter changed from p_lindheimer to cosmicwombat.

07/26/08 22: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