Changeset 6210
- Timestamp:
- 07/26/08 22:16:39 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
freepbx/trunk/amp_conf/htdocs/admin/extensions.class.php
r6177 r6210 116 116 // desired but it puts it somewhere 117 117 // 118 if (!ctype_digit( $priority)) {118 if (!ctype_digit(trim($priority))) { 119 119 $new_priority = false; 120 120 $count = 0;
