CODE Style changes

files modified:   workflow/engine/methods/dynaforms/dynaforms_Editor.php
                  workflow/engine/methods/dynaforms/dynaforms_FlatEditor.php
                  workflow/engine/methods/events/eventList.php
                  workflow/engine/methods/events/eventsAjax.php
                  workflow/engine/methods/events/eventsCompleted.php
                  workflow/engine/methods/events/eventsDelete.php
                  workflow/engine/methods/events/eventsEdit.php
                  workflow/engine/methods/events/eventsEditAction.php
                  workflow/engine/methods/events/eventsPending.php
                  workflow/engine/methods/events/eventsSave.php
                  workflow/engine/methods/events/eventsSetupGraph.php
                  workflow/engine/methods/events/triggersSave.php
This commit is contained in:
Ralph Asendeteufrer
2012-10-19 10:43:11 -04:00
parent c818eef187
commit d55be436ba
12 changed files with 52 additions and 69 deletions

View File

@@ -70,7 +70,6 @@ imagerectangle( $im, 0, 0, $w - 1, $h - 1, $gray );
// imageline($im, $x +$mean, $h , $x + $mean, $h-1, $red);
// }
function drawTask ($im, $x1, $x2, $y, $h)
{
global $w;
@@ -88,7 +87,6 @@ function drawTask ($im, $x1, $x2, $y, $h)
}
imagerectangle( $im, $x1, $y - 10, $x2, $y, $black );
}
;
function smallTask ($im, $x1, $x2, $y)
{
@@ -120,7 +118,6 @@ function drawMultipleTask ($im, $x1, $x2, $y, $h)
smallTask( $im, $x1 + 1 * $terca, $x1 + 2 * $terca, $y - 6 );
smallTask( $im, $x1 + 2 * $terca, $x1 + 3 * $terca, $y );
}
;
function drawTimerEvent ($im, $x1, $y1, $h)
{