From: Jan Schneider Date: Mon, 3 Jan 2011 11:57:32 +0000 (+0100) Subject: Add reminder to remove in the future. X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=e50d7b1622c365e17b3c8bfafbfa385295686948;p=horde.git Add reminder to remove in the future. --- diff --git a/framework/Util/lib/Horde/Array.php b/framework/Util/lib/Horde/Array.php index 32aa358f6..919579b46 100644 --- a/framework/Util/lib/Horde/Array.php +++ b/framework/Util/lib/Horde/Array.php @@ -206,6 +206,8 @@ class Horde_Array * stock function is later value always overwrites earlier value (stock * function will instead create an array with all values of key). * + * @todo Remove when requiring PHP 5.3. + * * @param array $a1 The old array. * @param array $a2 The new array. *