From: Alan Pippin Date: Mon, 4 Oct 2010 00:28:47 +0000 (-0600) Subject: Commented out debug line left in standard output X-Git-Tag: release_1_1_0~16 X-Git-Url: http://git.pippins.net/embedvideo/.git/.%24link.?a=commitdiff_plain;h=1061338d55eddc03c46c1311cc4ee5055cae0824;p=eq%2F.git Commented out debug line left in standard output --- diff --git a/inc/class.tc.inc.php b/inc/class.tc.inc.php index e5f4a43..5818197 100644 --- a/inc/class.tc.inc.php +++ b/inc/class.tc.inc.php @@ -3582,7 +3582,7 @@ class tc } else if($indiv > 0) { $supervisor_name_array = explode(",",$presidency2name[$presidency]); $supervisor_last_name = $supervisor_name_array[0]; - print "presidency2indiv: $presidency $presidency2indiv[$presidency]
"; + #print "presidency2indiv: $presidency $presidency2indiv[$presidency]
"; $sql = "SELECT * FROM tc_individual where individual='$presidency2indiv[$presidency]'"; $this->db2->query($sql,__LINE__,__FILE__); if($this->db2->next_record()) {