@@ -79,7 +79,7 @@ discard block |
||
| 79 | 79 | { |
| 80 | 80 | $strlen = strlen($string); |
| 81 | 81 | $testlen = strlen($test); |
| 82 | - if ($testlen > $strlen) |
|
| 82 | + if($testlen > $strlen) |
|
| 83 | 83 | { |
| 84 | 84 | return false; |
| 85 | 85 | } |
@@ -88,7 +88,7 @@ discard block |
||
| 88 | 88 | |
| 89 | 89 | function getDestinationsForID($id) |
| 90 | 90 | { |
| 91 | - if(strcasecmp($id,'pboyd') === 0) |
|
| 91 | + if(strcasecmp($id, 'pboyd') === 0) |
|
| 92 | 92 | { |
| 93 | 93 | return array('[email protected]'); |
| 94 | 94 | } |