]> git.mxchange.org Git - mailer.git/blobdiff - inc/template-functions.php
Introduced wrapper function addCreateTableSql(), fixed parameter order:
[mailer.git] / inc / template-functions.php
index a768c907f726fb7e2dcc399806d124cb1304648b..597c5be9303f8e56b1b58dbb370208e7db1fc2be 100644 (file)
@@ -1343,7 +1343,7 @@ function linenumberCode ($code)    {
                if ($count_lines == 1) {
                        $r .= 1;
                } else {
-                       $r .= ($line == ($count_lines - 1)) ? '' :  ($line+1);
+                       $r .= ($line == ($count_lines - 1)) ? '' : ($line+1);
                }
                $r .= '</span>|';