Changeset 52 for trunk/statistic.php


Ignore:
Timestamp:
Feb 2, 2009, 7:14:45 PM (15 years ago)
Author:
george
Message:
  • Opraveno: Zobrazení počtu překladů v tabulce uživatelů ve statistice.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/statistic.php

    r49 r52  
    4646
    4747$Query = 'SELECT ID,user, LastLogin, GM, (';
    48 foreach($TranslationTree as $Group);
     48foreach($TranslationTree as $Group)
    4949  if($Group['TablePrefix'] != '')
    5050    $Query .= '(SELECT count(*) FROM `'.$Group['TablePrefix'].'` WHERE User = user.ID AND Complete = 1 AND Language <> 0) + ';
Note: See TracChangeset for help on using the changeset viewer.