Changeset 366 for trunk/version.php


Ignore:
Timestamp:
Mar 9, 2010, 1:01:14 PM (14 years ago)
Author:
george
Message:
  • Upraveno: Přejmenovány všechny tabulky textů na názvy s prvními velkými písmeny ve slovech plus pro odlišení s prefixem Text.
  • Upraveno: Další SQL dotazy doplněny o SQL uvozovky.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/version.php

    r295 r366  
    55ShowPage();
    66
    7 $DbResult = $Database->SQLCommand('SELECT COUNT(*) FROM `wow_client_version`');
     7$DbResult = $Database->SQLCommand('SELECT COUNT(*) FROM `ClientVersion`');
    88$DbRow = mysql_fetch_row($DbResult);
    99$PageList = GetPageList($DbRow[0]);   
     
    2222echo($Order['Output']);
    2323
    24 $DbResult = $Database->SQLCommand('SELECT * FROM wow_client_version '.$Order['SQL'].$PageList['SQLLimit']);
     24$DbResult = $Database->SQLCommand('SELECT * FROM ClientVersion '.$Order['SQL'].$PageList['SQLLimit']);
    2525while($Version = mysql_fetch_assoc($DbResult))
    2626{
Note: See TracChangeset for help on using the changeset viewer.