Changeset 2038074
- Timestamp:
- 02/24/2019 08:39:02 AM (7 years ago)
- Location:
- bookertools-shows/trunk
- Files:
-
- 2 edited
-
bookertools-service.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
bookertools-shows/trunk/bookertools-service.php
r1951659 r2038074 55 55 $result; 56 56 if(!is_int($limit)) { 57 $limit = 10 ;57 $limit = 1000; 58 58 } 59 59 $url = 'shows?limit=' .$limit; … … 71 71 $result; 72 72 if(!is_int($limit)) { 73 $limit = 10 ;73 $limit = 1000; 74 74 } 75 75 $url = 'tours?limit=' .$limit; -
bookertools-shows/trunk/readme.txt
r2038072 r2038074 49 49 50 50 == Upgrade Notice == 51 = 1.4.5 = 52 Bugfix - default limit 1000 shows 53 51 54 = 1.4.4 = 52 55 Added ticket links
Note: See TracChangeset
for help on using the changeset viewer.