Changeset 240 for quests/statistic.php


Ignore:
Timestamp:
Jan 17, 2008, 2:02:18 PM (17 years ago)
Author:
maron
Message:

Mrtě oprav

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quests/statistic.php

    r238 r240  
    1212<?php
    1313       
    14       $ID = $Database->SQLCommand("SELECT count(*) FROM log WHERE type = 2");
     14      $ID = $Database->SQLCommand("SELECT count(distinct(IP)) FROM log WHERE type = 2");
    1515      $Line = mysql_fetch_row($ID);
    1616      echo $Line[0];
Note: See TracChangeset for help on using the changeset viewer.