Changeset 258 for trunk/download.php


Ignore:
Timestamp:
Jul 24, 2009, 8:32:20 PM (15 years ago)
Author:
maron
Message:

Aktualizace příznaku staženo u příkazů

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/download.php

    r257 r258  
    9191  if (mysql_num_rows($ID) > 0)
    9292  {
    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>');
    9495    while($Line = mysql_fetch_assoc($ID))
    9596    {
Note: See TracChangeset for help on using the changeset viewer.