Ignore:
Timestamp:
Oct 13, 2008, 8:01:02 PM (16 years ago)
Author:
maron
Message:

Přihlášení

Location:
branches/3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/3

    • Property svn:ignore set to
      config.php
  • branches/3/class/database.php

    r27 r28  
    1919  {
    2020    $this->LastQuery = "SELECT ".$What." FROM `".$this->Prefix.$Table."` WHERE ".$Condition;
    21     $count = $this->query($this->LastQuery);
    22     $count = $count->fetch_array();
    23     $this->Last_num_rows = count($count);
    2421    return($this->query($this->LastQuery)); 
    2522  }
Note: See TracChangeset for help on using the changeset viewer.