@@ -156,7 +156,7 @@ |
||
156 | 156 | $with = explode(" ", $withSignature); |
157 | 157 | $without = explode(" ", $withoutSignature); |
158 | 158 | |
159 | - // echo "{$withSignature} vs {$withoutSignature}\n"; |
|
159 | + // echo "{$withSignature} vs {$withoutSignature}\n"; |
|
160 | 160 | $max = count($with); |
161 | 161 | for ($i = 0; $i < $max; $i++) { |
162 | 162 | if (isset($without[$i]) === false) { |