Changeset 238 for quests/statistic.php


Ignore:
Timestamp:
Jan 16, 2008, 9:59:47 PM (17 years ago)
Author:
maron
Message:

Přidání logu, oprava exportu

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quests/statistic.php

    r235 r238  
    99<br />
    1010<br />
     11Poèet vyexportování questù: <b>
     12<?php
     13       
     14      $ID = $Database->SQLCommand("SELECT count(*) FROM log WHERE type = 2");
     15      $Line = mysql_fetch_row($ID);
     16      echo $Line[0];
     17?>
     18</b><br /><br />
    1119<b>Seznam u¾ivatelù: </b>
    1220<table border="1" cellpadding="1" cellspacing="0">
Note: See TracChangeset for help on using the changeset viewer.