Changeset 695 for trunk/inc/system.php


Ignore:
Timestamp:
Mar 20, 2010, 9:10:18 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Použití názvů světů v URL namísto RealmIndex.
  • Přidáno: Stránka zobrazující informace o jednotlivých světech.
  • Odebráno: Nezobrazovat kategorie aktualit. Stačí jen jedna.
  • Přidáno: Funkce pro generování XML seznamu hráčů ve stylu WoWEmu pro wowstatus.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/inc/system.php

    r690 r695  
    2828  }
    2929   
     30  function SQLURLName($Name)
     31  {
     32    return('LOWER(REPLACE('.$Name.', " ", "-"))');
     33  }
     34
    3035  function SeoUrl($Address)
    3136  { 
Note: See TracChangeset for help on using the changeset viewer.