Changeset 40 for branches/2/database.php


Ignore:
Timestamp:
Jan 24, 2009, 5:55:02 PM (15 years ago)
Author:
george
Message:
  • Upraveno: Změna kódování znaků souborů na UTF-8.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2/database.php

    r8 r40  
    1212  {
    1313    $this->LastQuery = $Query;
     14    //if(($this->error != ''))
     15    {
     16      //echo('<strong>Database error:</strong> ');
     17      echo($this->error.'<div style="border-bottom-width: 1px; border-bottom-style: solid; padding-bottom: 3px; padding-top: 3px; font-size: 12px; font-family: Arial;"><strong>Query:</strong> '.$Query.'</div>');
     18      //echo('<pre style="font-size: 9px">'); print_r(debug_backtrace()); echo('</pre>');
     19    }
    1420    return(parent::query($Query)); 
    1521  }
Note: See TracChangeset for help on using the changeset viewer.