X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Flibs%2Forder_functions.php;h=121265189de1fe2b8cf528f236eb8debe6c09873;hb=3767eef30a9e514e95625e6da22418ab297b204d;hp=a9e806a72bd2bfb3392c1c85249f0db80aefb9ef;hpb=e5fe5afb17a5c8106f4c890234dfa39419e70f5d;p=mailer.git diff --git a/inc/libs/order_functions.php b/inc/libs/order_functions.php index a9e806a72b..121265189d 100644 --- a/inc/libs/order_functions.php +++ b/inc/libs/order_functions.php @@ -14,10 +14,9 @@ * $Date:: $ * * $Tag:: 0.2.1-FINAL $ * * $Author:: $ * - * Needs to be in all Files and every File needs "svn propset * - * svn:keywords Date Revision" (autoprobset!) at least!!!!!! * * -------------------------------------------------------------------- * * Copyright (c) 2003 - 2009 by Roland Haeder * + * Copyright (c) 2009, 2010 by Mailer Developer Team * * For more information visit: http://www.mxchange.org * * * * This program is free software; you can redistribute it and/or modify * @@ -49,7 +48,7 @@ function addOrderSelectionOptions ($default) { foreach ($LIST as $item) { $selected = ''; if ($item == $default) $selected = ' selected="selected"'; - $OUT .= ''; + $OUT .= ''; } // END - foreach // Return the output