X-Git-Url: http://git.pippins.net/embedvideo/.git/static/%7Bupdate_day%7D?a=blobdiff_plain;f=inc%2Fclass.tc.inc.php;h=a5e3138315ffe8938fe390b86d3a5a0180f3fff8;hb=a9171dd4976295aaa97b29e035a0dbf594a438cc;hp=e2db75056776101e03c655f70bed7c4d174bbed4;hpb=7c2b70b2dd80993a2ee8751141c3bad2d5923ee2;p=eq%2F.git diff --git a/inc/class.tc.inc.php b/inc/class.tc.inc.php index e2db750..a5e3138 100644 --- a/inc/class.tc.inc.php +++ b/inc/class.tc.inc.php @@ -1757,7 +1757,7 @@ class tc $hti_pri = $entry['pri']; //print "hti_notes: $hti_notes indiv_name: $indiv_name
"; // Perform database save actions here - $this->db->query("SELECT * FROM tc_companionship WHERE individual=$individual and valid=1",__LINE__,__FILE__); + $this->db->query("SELECT * FROM tc_companion WHERE individual=$individual and valid=1",__LINE__,__FILE__); if ($this->db->next_record()) { $scheduling_priority = $this->db->f('scheduling_priority'); //$this->logToFile("int_sched", "UPDATE tc_scheduling_priority SET priority='$hti_pri', notes=\"$hti_notes\" WHERE scheduling_priority='$scheduling_priority'");