Changes between Initial Version and Version 1 of Ticket #15360, comment 7
- Timestamp:
- 12/17/2010 08:30:01 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #15360, comment 7
initial v1 10 10 11 11 in get_pagenum_link, before anything with request, request is apparently [] 12 12 13 home_root has been defined as [/jason/] 14 13 15 after the first preg_replace on #request it is [page/2/?s=test&x=0&y=0] 16 14 17 after the 2 preg_replaces on request, it is now [page/2/?s=test&x=0&y=0] 18 15 19 16 20 When it is done WRONG, a la the first page, here is what is done (url is: dev.myschool.edu/jason?s=test&x=0&y=0) 17 21 18 22 in get_pagenum_link, before anything with request, request is apparently [] 23 19 24 home_root has been defined as [/jason/] 25 20 26 after the first preg_replace on #request it is [/jason?s=test&x=0&y=0] 27 21 28 after the 2 preg_replaces on request, it is now [jason?s=test&x=0&y=0] 29 22 30 23 31 hopefully that gives enough info and tees it up for someone who actually knows what's going on to fix :)