Skip to content
This repository was archived by the owner on Aug 23, 2023. It is now read-only.

Commit 70b4057

Browse files
committed
[FIX] Bug in manual update file that incorrectly updated dates
1 parent 86a7d07 commit 70b4057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manual_update.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
echo $i . '<br/>';
4444
$adjust_xml = new adjust_xml();
4545
$add_vendor = $adjust_xml->add_vendor($i);
46-
$update_database = update_database($i);
46+
// $update_database = update_database($i);
4747
$i++;
4848
}
4949

0 commit comments

Comments
 (0)