@@ -153,8 +153,7 @@ |
||
153 | 153 | if($hash === true) |
154 | 154 | { |
155 | 155 | $hash = 'true'; |
156 | - } |
|
157 | - else if($hash === false) |
|
156 | + } else if($hash === false) |
|
158 | 157 | { |
159 | 158 | $hash = 'false'; |
160 | 159 | } |
@@ -148,8 +148,7 @@ |
||
148 | 148 | ); |
149 | 149 | |
150 | 150 | imagecolortransparent($im2, $bg2); |
151 | - } |
|
152 | - else |
|
151 | + } else |
|
153 | 152 | { |
154 | 153 | $bg2 = imagecolorallocate( |
155 | 154 | $im2, |