From 7962433e279077f8859a6f780138e70f2805ed62 Mon Sep 17 00:00:00 2001 From: Nathan Gray Date: Mon, 4 Apr 2011 19:20:12 +0000 Subject: [PATCH] types value moved --- timesheet/inc/class.timesheet_merge.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/timesheet/inc/class.timesheet_merge.inc.php b/timesheet/inc/class.timesheet_merge.inc.php index f74865b1b5..94a3dc93fb 100644 --- a/timesheet/inc/class.timesheet_merge.inc.php +++ b/timesheet/inc/class.timesheet_merge.inc.php @@ -100,7 +100,7 @@ class timesheet_merge extends bo_merge } // Convert to human friendly values - $types = timesheet_export_csv::$types; + $types = timesheet_egw_record::$types; $_selects = array('status' => $this->bo->status_labels); foreach($_selects['status'] as &$status) {