]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/lib/ttInvoiceHelper.class.php
Cleaning up white space.
[timetracker.git] / WEB-INF / lib / ttInvoiceHelper.class.php
index b4d1d88e319df6e0514aea76bcc54520862b7634..d6b214efd3286ee4a1ff52496ba88f3e935e5740 100644 (file)
@@ -417,7 +417,7 @@ class ttInvoiceHelper {
     $colspan = 4;
     if (MODE_PROJECTS == $user->tracking_mode)
       $colspan++;
-    else if (MODE_PROJECTS_AND_TASKS == $user->tracking_mode)
+    elseif (MODE_PROJECTS_AND_TASKS == $user->tracking_mode)
       $colspan += 2;
     $body .= '<tr><td>&nbsp;</td></tr>';
     if ($tax) {
@@ -435,4 +435,3 @@ class ttInvoiceHelper {
     return $body;
   }
 }
-?>
\ No newline at end of file