Changeset 397


Ignore:
Timestamp:
Nov 26, 2008, 1:57:47 PM (16 years ago)
Author:
george
Message:

Opraveno: Kódování češtiny v mapě miniamangeru.

Location:
minimanager/pomm_public
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • minimanager/pomm_public/pomm.php

    r285 r397  
    1616<html>
    1717<head><title><?php echo $realm_name ?></title>
     18<META http-equiv="Content-Language" content="cs">
     19<META http-equiv="Content-Type" content="text/html; charset=utf-8">
    1820<link rel="stylesheet" href="pomm.css" type="text/css">
    1921</head>
  • minimanager/pomm_public/pomm_run.php

    r309 r397  
    1616$sql = new SQL;
    1717$sql->connect($characters_db[$realm_id]['addr'], $characters_db[$realm_id]['user'], $characters_db[$realm_id]['pass'], $characters_db[$realm_id]['name']);
    18 
    1918if( !$user_lvl && !$server[$realm_id]['both_factions']){
    2019        $result = $sql->query("SELECT race FROM `characters` WHERE account = '$user_id' AND totaltime = (SELECT MAX(totaltime) FROM `characters` WHERE account = '$user_id') LIMIT 1");
Note: See TracChangeset for help on using the changeset viewer.