X-Git-Url: http://git.pippins.net/embedvideo/.git/static/%7Bg-%3Eurl%20arg1=?a=blobdiff_plain;f=inc%2Fclass.tc.inc.php;h=4e6a77781977e22d151fd605d8944b81a8bc196d;hb=f39d067bbc22c61d1c11905e22c47f474a017f75;hp=883884f76abfc8aab0ca4e2d608ac592f5e28a1f;hpb=4c8106c717ade1fb6854922662ff87e7ff262c08;p=eq%2F.git diff --git a/inc/class.tc.inc.php b/inc/class.tc.inc.php index 883884f..4e6a777 100644 --- a/inc/class.tc.inc.php +++ b/inc/class.tc.inc.php @@ -561,6 +561,8 @@ class tc $this->db3->query($sql,__LINE__,__FILE__); } } + } else if ($_POST['changes']) { + $this->ht_sandbox_changes(); } // get list of companionships @@ -664,8 +666,10 @@ class tc $companion_names .= " / " . $this->db2->f('name'); } } - $sandbox_table_data .= "$companion_names"; - $sandbox_table_data .= ""; + $this->nextmatchs->template_alternate_row_color(&$this->t); + $sandbox_table_data .= ""; + $sandbox_table_data .= ""; + $sandbox_table_data .= "
$companion_names
"; # get families they visit $sql = "SELECT * FROM tc_companionship_sandbox AS tcp JOIN (tc_family_sandbox AS tf, tc_individual AS ti) WHERE tcp.companionship=$companionship AND tcp.companionship=tf.companionship AND tf.individual=ti.individual"; @@ -674,11 +678,12 @@ class tc $family_name = $this->db2->f('name') . " Family"; $family_id = $this->db2->f('tc_family'); $tc_companionship = $this->db2->f('tc_companionship'); - $sandbox_table_data .= ""; + $this->nextmatchs->template_alternate_row_color(&$this->t); + $sandbox_table_data .= ""; $sandbox_table_data .= ""; # get 12 months visit data for given family - for($m=$this->sandbox_stats_num_months; $m >= 0; $m--) { + for($m=$this->sandbox_stats_num_months; $m > 0; $m--) { $month = $this->current_month - $m; $year = $this->current_year; if($month <= 0) { $remainder = $month; $month = 12 + $remainder; $year=$year-1; } @@ -723,7 +728,10 @@ class tc $this->t->pfp('out','ht_sandbox_t'); $this->save_sessiondata(); } - + + function ht_sandbox_changes() + { + } function ht_update() {
$family_name