[opw-web] Remove stray debugging echo



commit cd1edab20aa714f45138a795a1255c8040454aba
Author: Owen W. Taylor <otaylor fishsoup net>
Date:   Wed Nov 18 12:51:17 2015 -0500

    Remove stray debugging echo

 utils.php |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)
---
diff --git a/utils.php b/utils.php
index c7629d8..a9335de 100644
--- a/utils.php
+++ b/utils.php
@@ -14,7 +14,6 @@ function build_organization_select($program_id, $current, $include_other, $only_
     $i = ($id !== null) ? " id='{$id}'" : '';
     $d = $disabled ? " disabled" : '';
 
-    echo $disabled;
     $organization_select = "<select$n$i$d>";
 
     $selected = $current == 0 ? " selected" : "";


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]