- Timestamp:
- Jan 26, 2007, 12:26:17 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
OpenPNE/branches/ogawa/prj_fix_core_libs/webapp/lib/util/util.php
r1719 r1730 83 83 unset($p['ssl_param']); 84 84 } 85 86 include_once 'PHP/Compat/Function/http_build_query.php';87 85 if ($q = http_build_query($p)) { 88 86 $url .= '?' . $q;
Note: See TracChangeset
for help on using the changeset viewer.