Changeset 258 for trunk/download.php
- Timestamp:
- Jul 24, 2009, 8:32:20 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/download.php
r257 r258 91 91 if (mysql_num_rows($ID) > 0) 92 92 { 93 echo ('Seznam zadaných úkolů: <table class="BaseTable"><tr><th>Datum</th><th>Vygenerováno</th><th>Staženo</th><th>Soubor</th></tr>'); 93 $Database->SQLCommand('UPDATE tasks SET Downloaded = 1 WHERE User = '.$_SESSION['UserID']); 94 echo ('<h3>Seznam zadaných úkolů</h3> <table class="BaseTable"><tr><th>Datum</th><th>Vygenerováno</th><th>Staženo</th><th>Soubor</th></tr>'); 94 95 while($Line = mysql_fetch_assoc($ID)) 95 96 {
Note:
See TracChangeset
for help on using the changeset viewer.