Skip to content

Commit

Permalink
&は不要
Browse files Browse the repository at this point in the history
  • Loading branch information
SHUTTA, Takafumi committed Apr 26, 2018
1 parent 29eff89 commit 151c894
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/class/pages/admin/order/LC_Page_Admin_Order_Pdf.php
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ public function lfCheckError(&$objFormParam)
$objError->doFunc(array('発行日', 'year', 'month', 'day'), array('CHECK_DATE'));
$arrErr = array_merge($arrErr, $objError->arrErr);

$objQuery =& SC_Query_Ex::getSingletonInstance();
$objQuery = SC_Query_Ex::getSingletonInstance();

$order_temp = $_POST['order_id'];
$order_max = max($order_temp);
Expand Down

0 comments on commit 151c894

Please sign in to comment.