]> git.mxchange.org Git - mailer.git/commitdiff
Bug fixed :(
authorRoland Häder <roland@mxchange.org>
Wed, 9 Jan 2013 05:19:31 +0000 (05:19 +0000)
committerRoland Häder <roland@mxchange.org>
Wed, 9 Jan 2013 05:19:31 +0000 (05:19 +0000)
inc/wrapper-functions.php

index 1593901d6a293938a3a367b21c3906357b164cd4..25e188c4821130a314824b6fb4401dba595962b2 100644 (file)
@@ -3418,7 +3418,7 @@ function padLeftZero ($str, $amount = 2) {
                return prependZeros($str, $amount);
        } else {
                // Pad it
                return prependZeros($str, $amount);
        } else {
                // Pad it
-               return str_pad($str, $amount, '0', STR_PAD_LEFT)
+               return str_pad($str, $amount, '0', STR_PAD_LEFT);
        }
 }
 
        }
 }