Changeset 19577


Ignore:
Timestamp:
Dec 26, 2012, 1:07:10 PM (11 years ago)
Author:
plg
Message:

add optional PayPalShoppingCart_sizes_order_by

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/PayPalShoppingCart/main.inc.php

    r19464 r19577  
    148148 $template->set_prefilter('picture', 'ppppp_append_form');
    149149 load_language('plugin.lang', PPPPP_PATH);
    150  $query='SELECT * FROM '.PPPPP_SIZE_TABLE.';';
     150 $query='SELECT * FROM '.PPPPP_SIZE_TABLE.' '.@$conf['PayPalShoppingCart_sizes_order_by'].';';
    151151 $result = pwg_query($query);
    152152 while($row = mysql_fetch_array($result)){
Note: See TracChangeset for help on using the changeset viewer.