Index: branches/5.3.x/units/orders/orders_tag_processor.php =================================================================== diff -u -N -r15695 -r15925 --- branches/5.3.x/units/orders/orders_tag_processor.php (.../orders_tag_processor.php) (revision 15695) +++ branches/5.3.x/units/orders/orders_tag_processor.php (.../orders_tag_processor.php) (revision 15925) @@ -1,6 +1,6 @@ SelectParam($params, 'render_as,block'); $o = ''; - $this_year = adodb_date('y'); + $this_year = date('y'); for($i = $this_year; $i <= $this_year + 10; $i++) {