oxmaintenance.php

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