Changeset 12214 for extensions
- Timestamp:
- Sep 24, 2011, 12:57:26 PM (13 years ago)
- Location:
- extensions/GMaps
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/GMaps/gmaps_ajax.php
r12211 r12214 602 602 $tmp=array( 603 603 'id' => $row['id'], 604 'catName' => ($row['categoryId']==0)?l10n('gmaps_applyForAllTheGallery'): $row['catName'],604 'catName' => ($row['categoryId']==0)?l10n('gmaps_applyForAllTheGallery'):GPCCore::getUserLanguageDesc($row['catName']), 605 605 'applySubCat' => l10n('gmaps_'.$row['applySubCat']), 606 606 'mapName' => $row['mapName'], … … 1264 1264 foreach($tmpCatsId as $key => $id) 1265 1265 { 1266 $tmpCatsNames[$key]= substr($tmpCatsNames[$key],7);1266 $tmpCatsNames[$key]=GPCCore::getUserLanguageDesc(substr($tmpCatsNames[$key],7)); 1267 1267 1268 1268 $tmpCatsUrl[]=make_picture_url( … … 1271 1271 'category' => array( 1272 1272 'id' => $id, 1273 'name' => GPCCore::getUserLanguageDesc($tmpCatsNames[$key]),1273 'name' => $tmpCatsNames[$key], 1274 1274 'permalink' => (substr($tmpCatsPLinks[$key],0,1)=='*')?'':$tmpCatsPLinks[$key], 1275 1275 ) -
extensions/GMaps/main.inc.php
r12213 r12214 120 120 | | | subcategories" is not selected 121 121 | | | 122 | | | * mantis bug:2444 123 | | | . Manage extended description for categories names 124 | | | 125 | | | 126 | | | 122 127 | | | 123 128 | | |
Note: See TracChangeset
for help on using the changeset viewer.