Changeset 224 for trunk/export/index.php
- Timestamp:
- Jul 1, 2009, 10:28:11 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/export/index.php
r217 r224 385 385 echo '<br /><br />'; 386 386 foreach($TranslationTree as $Group) 387 if($Group['TablePrefix'] != '' )387 if($Group['TablePrefix'] != '' and (in_array($Group['Id'], $ExportSetting['groups']))) 388 388 echo('<div class="state-image"><img alt="'.$Group['TablePrefix'].'" src="../img_statistic.php?group='.$Group['Id'].'&user='.$_SESSION['UserID'].'" title="statistika překladů '.$Group['Name'].'"/></div>'); 389 389 }
Note:
See TracChangeset
for help on using the changeset viewer.