X-Git-Url: http://git.pippins.net/embedvideo/.git/static/gitweb.js?a=blobdiff_plain;f=inc%2Fclass.tc.inc.php;h=f07b9b936a2f0d12ca5b4f19ae71170ebe06fd33;hb=e5086ad471f964105838ad01cc3d0214f5521e35;hp=e5f4a43d656be64f41a694c1d8c6841c38167397;hpb=9916ee0d749776cdd89b45ccd0cd59f85c8aba21;p=eq%2F.git diff --git a/inc/class.tc.inc.php b/inc/class.tc.inc.php index e5f4a43..f07b9b9 100644 --- a/inc/class.tc.inc.php +++ b/inc/class.tc.inc.php @@ -1507,6 +1507,8 @@ class tc $this->t->set_var('appt_table_data',$appt_table_data); $this->t->set_var('appt_header_row',$appt_header_row); $this->t->set_var('appt_table_width',$appt_table_width); + $this->t->set_var('lang_save','Save Appts for ' . $presidency_name); + $this->t->fp('apptlist','appt_list',True); } @@ -1616,6 +1618,7 @@ class tc $this->t->set_var('completed_header_row',$completed_header_row); $this->t->set_var('completed_table_width',$completed_table_width); $this->t->set_var('completed',$completed_data); + $this->t->set_var('lang_save','Save Pri / Notes'); $this->t->fp('indivlist','individual_list',True); $indivs_width=300; $totals_width=100; @@ -3582,7 +3585,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()) {