From 38dc2b52d2905f906632ebd61ca67df0eebe48b4 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Mon, 9 Mar 2015 15:38:54 +0000 Subject: [PATCH] typo in docu --- timesheet/setup/tables_current.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet/setup/tables_current.inc.php b/timesheet/setup/tables_current.inc.php index 845be2e4fb..bbba2c3aeb 100644 --- a/timesheet/setup/tables_current.inc.php +++ b/timesheet/setup/tables_current.inc.php @@ -27,7 +27,7 @@ $phpgw_baseline = array( 'ts_modified' => array('type' => 'int','meta' => 'timestamp','precision' => '8','nullable' => False,'comment' => 'date modified ot the timesheet'), 'ts_modifier' => array('type' => 'int','meta' => 'user','precision' => '4','nullable' => False,'comment' => 'account id of the last modifier'), 'pl_id' => array('type' => 'int','precision' => '4','default' => '0','comment' => 'id of the linked project'), - 'ts_status' => array('type' => 'int','precision' => '4','comment' => 'status of the timeshhet-emtry') + 'ts_status' => array('type' => 'int','precision' => '4','comment' => 'status of the timesheet-entry') ), 'pk' => array('ts_id'), 'fk' => array(),