From c8dbb736986ea9e96ac79349fbe7c7f76dcbf548 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Wed, 13 Apr 2011 16:42:31 +0200 Subject: [PATCH] Adding comment to the deprecated function "convert_date_to_number" see #2559 --- main/work/work.lib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/main/work/work.lib.php b/main/work/work.lib.php index 94b5befa9d..9c583ab5fb 100755 --- a/main/work/work.lib.php +++ b/main/work/work.lib.php @@ -229,6 +229,7 @@ function display_user_link_work($user_id, $name = '') { /** * converts 2008-10-06 12:45:00 to timestamp +* @deprecated any calls found */ function convert_date_to_number($default) { // 2008-10-12 00:00:00 ---to--> 12345672218 (timestamp)