JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed debugging from format_image_w_h_thumb_w_h()
authorJason Woofenden <jason@jasonwoof.com>
Tue, 9 Jun 2009 15:39:51 +0000 (11:39 -0400)
committerJason Woofenden <jason@jasonwoof.com>
Tue, 3 Nov 2009 22:48:22 +0000 (17:48 -0500)
format.php

index 12615cc..0058a44 100644 (file)
@@ -146,7 +146,6 @@ function format_image_w_h($str) {
 function format_image_w_h_thumb_w_h($str) {
        $fields = explode(' ', $str);
        if(count($fields) != 6) {
-               die('count: ' . count($fields));
                return '';
        }