From: Alan Pippin Date: Fri, 1 Oct 2010 20:13:09 +0000 (-0600) Subject: Merge branch 'owenleonard/database_changes' of git@github.com:apippin/3rd into owenle... X-Git-Tag: release_1_0_0~5 X-Git-Url: http://git.pippins.net/embedvideo/.git/.%24link.?a=commitdiff_plain;h=7bb723fd27b007ab4f83131542012aee588625aa;hp=a9171dd4976295aaa97b29e035a0dbf594a438cc;p=eq%2F.git Merge branch 'owenleonard/database_changes' of git@github.com:apippin/3rd into owenleonard/database_changes --- diff --git a/inc/class.tc.inc.php b/inc/class.tc.inc.php index a5e3138..45d012e 100644 --- a/inc/class.tc.inc.php +++ b/inc/class.tc.inc.php @@ -3522,7 +3522,7 @@ class tc $this->t->set_var('schedule_ppi_link',$GLOBALS['phpgw']->link('/tc/index.php','menuaction=tc.tc.ppi_sched')); $this->t->set_var('schedule_ppi_link_title','Schedule Yearly PPIs'); - $date_width=150; $time_width=220; $indiv_width=170; $family_width=180; $location_width=100; + $date_width=160; $time_width=220; $indiv_width=170; $family_width=180; $location_width=100; $table_width=$date_width + $time_width + $indiv_width + $family_width + $location_width; $header_row = "Date"; $header_row.= "Time";