Changeset 227785
- Timestamp:
- 04/12/2010 04:41:03 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
zamango-money-extractor/tags/1.1/zmg_money_extractor.php
r226324 r227785 38 38 $this->max_realgames = 6; 39 39 $this->update_period = 12; 40 $this->channels_root = 'http://account. zamango.com/channels/';40 $this->channels_root = 'http://account.local.zamango.com/channels/'; 41 41 $this->zmg_cached_categories = array(); 42 42 … … 562 562 563 563 if ($limit <= 0) 564 $limit = ZMG_MAX_RELGAMES;564 $limit = $this->max_realgames; 565 565 566 566 $guids = explode(',', $post_meta['zmg_relgames'][0]);
Note: See TracChangeset
for help on using the changeset viewer.