Ignore:
Timestamp:
Oct 14, 2008, 7:16:06 PM (16 years ago)
Author:
maron
Message:

Oprava, adresování tabulek, jména online uživatelů

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3/class/database.php

    r29 r30  
    2121    $this->LastQuery = "SELECT ".$What." FROM `".$this->Prefix.$Table."` WHERE ".$Condition;
    2222    $resul = $this->query($this->LastQuery);
     23   // echo $this->error;
    2324   
    2425    $this->LastNumRows = $resul->num_rows;
Note: See TracChangeset for help on using the changeset viewer.