Changeset 224 for trunk/export/index.php


Ignore:
Timestamp:
Jul 1, 2009, 10:28:11 PM (15 years ago)
Author:
maron
Message:

Import sql

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/export/index.php

    r217 r224  
    385385                  echo '<br /><br />';
    386386          foreach($TranslationTree as $Group)
    387           if($Group['TablePrefix'] != '')
     387          if($Group['TablePrefix'] != '' and (in_array($Group['Id'], $ExportSetting['groups'])))
    388388                echo('<div class="state-image"><img alt="'.$Group['TablePrefix'].'" src="../img_statistic.php?group='.$Group['Id'].'&amp;user='.$_SESSION['UserID'].'" title="statistika překladů '.$Group['Name'].'"/></div>');
    389389        }
Note: See TracChangeset for help on using the changeset viewer.