Changeset 132
- Timestamp:
- Feb 24, 2009, 4:59:50 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/export/index.php
r131 r132 331 331 //zatrhlí pouze z týmu 332 332 if(array_key_exists('team', $_GET)) { 333 $ExportSetting['users-selection'] = array(); 333 334 $Query = 'SELECT ID FROM user WHERE team = '.$_GET['team']; 334 335 $ID = $Database->SQLCommand($Query); 335 $ExportSetting['users-selection'] = mysql_fetch_row($ID); 336 while($LineTeam = mysql_fetch_assoc($ID)) 337 $ExportSetting['users-selection'][] = $LineTeam['ID']; 336 338 } 337 339 -
trunk/team.php
r131 r132 5 5 ShowPage(); 6 6 7 include('img_level.php');8 7 9 8 if (array_key_exists('gointeam', $_GET)) { … … 30 29 if (array_key_exists('team', $_GET)) { 31 30 //zobrazení týmu 31 include('img_level.php'); 32 32 $Columns = ''; 33 33 $Joins = '';
Note:
See TracChangeset
for help on using the changeset viewer.