]> git.mxchange.org Git - quix0rs-gnu-social.git/commit
Change common_local_url() to take 4 arguments
authorEvan Prodromou <evan@controlyourself.ca>
Fri, 20 Feb 2009 22:30:09 +0000 (17:30 -0500)
committerEvan Prodromou <evan@controlyourself.ca>
Fri, 20 Feb 2009 22:30:09 +0000 (17:30 -0500)
commit3a999af4d905d3cd23ea9163f47b6ed5c35f606c
tree747e999f45b95d2d8840f4bbdb6514473275927a
parentf39dd40ffa9ae9e52fb0e83c2dfaae5f65ca5f80
Change common_local_url() to take 4 arguments

I changed common_local_url() to take an additional optional argument
-- for query parameters. Being persnickety, I made it the third of
four, and moved the last one ($fragment) down a slot. That required
changing a couple of calls.
actions/twitapistatuses.php
actions/userrss.php
lib/router.php
lib/util.php