oxmaintenance.php

Go to the documentation of this file.
00001 <?php
00002 
00007 class oxMaintenance
00008 {
00009 
00013     public function execute()
00014     {
00015         // updating upcoming prices
00016         oxNew("oxArticleList")->updateUpcomingPrices(true);
00017     }
00018 }