]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- eventum coding convention does not use tabs for indent
authorElan Ruusamäe <glen@pld-linux.org>
Mon, 23 Apr 2007 14:28:05 +0000 (14:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-reports-tt.patch -> 1.4

eventum-reports-tt.patch

index 48e7b0f04cd363cd141c9427ab5c17095067c286..a01d1d2963fefb1993f02dff582568e0837e826b 100644 (file)
@@ -23,7 +23,7 @@
 +                 FROM
 +                    " . APP_DEFAULT_DB . "." . APP_TABLE_PREFIX . "time_tracking
 +                 WHERE
-+                                                                              ttr_usr_id = " . Misc::escapeInteger($usr_id) . " AND
++                    ttr_usr_id = " . Misc::escapeInteger($usr_id) . " AND
 +                    ttr_created_date BETWEEN '" . Misc::escapeString($start) . "' AND '" . Misc::escapeString($end) . "' AND
 +                    ttr_iss_id=" . Misc::escapeInteger($issue_id);
 +        $res = $GLOBALS["db_api"]->dbh->getOne($stmt);
@@ -44,7 +44,7 @@
              <input type="checkbox" name="ignore_statuses" value="1" class="default" {if $smarty.post.ignore_statuses == 1}checked{/if}>
              <a id="link" class="link" href="javascript:void(null)"
                              onClick="javascript:toggleCheckbox('weekly_report', 'ignore_statuses', 0)">{t}Ignore Issue Status Changes{/t}</a>&nbsp;
-+                                              <br />
++            <br />
 +            <input type="checkbox" name="show_per_issue" value="1" class="default" {if $smarty.post.show_per_issue == 1}checked{/if}>
 +            <a id="link" class="link" href="javascript:void(null)"
 +                            onClick="javascript:toggleCheckbox('weekly_report', 'show_per_issue', 0)">{t}Show Times spent on issue{/t}</a>&nbsp;
@@ -75,7 +75,6 @@
  {sectionelse}
  {t}No issues closed this time period{/t}
  {/section}
-
 --- old/include/class.history.php      2007-04-20 12:20:39.000000000 +0300
 +++ new/include/class.history.php      2007-04-20 12:25:41.000000000 +0300
 @@ -271,6 +271,9 @@
This page took 0.043499 seconds and 4 git commands to generate.