From 30a75a073fd6bfaa5f9df08953ae5ff05c1b0839 Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Tue, 29 Jul 2008 17:52:41 +0000 Subject: [PATCH] Remove useless note git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@263795 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/datetime/functions/date-add.xml | 7 +------ reference/datetime/functions/date-sub.xml | 7 +------ 2 files changed, 2 insertions(+), 12 deletions(-) diff --git a/reference/datetime/functions/date-add.xml b/reference/datetime/functions/date-add.xml index a2448815be..c02d6c0abb 100644 --- a/reference/datetime/functions/date-add.xml +++ b/reference/datetime/functions/date-add.xml @@ -1,5 +1,5 @@ - + date_add @@ -26,11 +26,6 @@ Adds the specified DateInterval object to the specified DateTime object. - - - Works in PHP 5.3+ ONLY - - diff --git a/reference/datetime/functions/date-sub.xml b/reference/datetime/functions/date-sub.xml index 87194600a2..7abae0ad8d 100644 --- a/reference/datetime/functions/date-sub.xml +++ b/reference/datetime/functions/date-sub.xml @@ -1,5 +1,5 @@ - + date_sub @@ -27,11 +27,6 @@ Subtracts the specified DateInterval object from the specified DateTime object. - - - Works in PHP 5.3+ ONLY - -