Changeset 230 for branches/awmn/includes/pages/pickup/pickup_gmap.php
- Timestamp:
- 01/09/2010 05:02:33 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/awmn/includes/pages/pickup/pickup_gmap.php
r198 r230 4 4 * 5 5 * Copyright (C) 2005 Nikolaos Nikalexis <winner@cube.gr> 6 * Copyright (C) 2010 Vasilis Tsiligiannis <b_tsiligiannis@silverton.gr> 6 7 * 7 8 * This program is free software; you can redistribute it and/or modify … … 34 35 $main->menu->hide = TRUE; 35 36 $main->footer->hide = TRUE; 36 $this->tpl['gmap_key_ok'] = include_gmap( "?page=gmap&subpage=pickup_js&object_lat=".stripslashes(get('object_lat'))."&object_lon=".stripslashes(get('object_lon')));37 $this->tpl['gmap_key_ok'] = include_gmap(htmlspecialchars("?page=gmap&subpage=pickup_js&object_lat=".stripslashes(get('object_lat'))."&object_lon=".stripslashes(get('object_lon')))); 37 38 return template($this->tpl, __FILE__); 38 39 }
Note: See TracChangeset
for help on using the changeset viewer.
