OXID eShop CE  4.8.12
 All Classes Files Functions Variables Pages
oxmaintenance.php
Go to the documentation of this file.
1 <?php
2 
9 {
15  public function execute()
16  {
17  // updating uncomming prices
18  oxNew("oxarticlelist")->updateUpcomingPrices( true );
19  }
20 }