dlsodders Posted January 14, 2004 Share Posted January 14, 2004 Does anyone see anything wrong with this line of code? <td class="smallText" align="right"><?php echo HEADING_TITLE_STATUS . ' ' . tep_draw_pull_down_menu('status', tep_array_merge(array(array('id' => '', 'text' => 'All returns')), $orders_statuses), '', 'onChange="this.form.submit();"'); ?></td> Quote Link to comment Share on other sites More sharing options...
defender39 Posted January 15, 2004 Share Posted January 15, 2004 , '', on the bottom...seems extra Quote Link to comment Share on other sites More sharing options...
dlsodders Posted January 15, 2004 Author Share Posted January 15, 2004 Fatal error: Call to undefined function: tep_array_merge() in /home/worldofc/public_html/products/admin/returns.php on line 771 This is the error i get when I try to view returned products after installing the RMA contribution. When I removed all of that I returned a parse error. I put back a comma so it looks like this $orders_statuses), 'onChange="this.form.submit();"'); ?></td> And im back to the original error... Any other suggestions? Quote Link to comment Share on other sites More sharing options...
Guest Posted January 15, 2004 Share Posted January 15, 2004 tep_array_merge ------- change to ---------->>> array_merge :P Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.