Changeset 16 for trunk/www/table.php


Ignore:
Timestamp:
Jun 12, 2009, 8:47:16 AM (15 years ago)
Author:
george
Message:
  • Přidáno: Funkce pro vytvoření zálohy a obnovení databáze ze zálohy.
  • Upraveno: Funkce přidávání úloh do fronty přesunuta do samostatné třídy Task.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/www/table.php

    r15 r16  
    2626    foreach($QueryParts as $Part)
    2727    {
    28       $Part2 = explode('=', $Part);
    29       $QueryItems[$Part2[0]] = $Part2[1];
     28      if($Part != '')
     29      {
     30        $Part2 = explode('=', $Part);
     31        $QueryItems[$Part2[0]] = $Part2[1];
     32      }
    3033    }
    3134    $QueryItems['Order'] = $_GET['Order'];
Note: See TracChangeset for help on using the changeset viewer.