Ignore:
Timestamp:
Jan 27, 2014, 10:01:33 PM (11 years ago)
Author:
chronos
Message:
  • Added: Config parameter Description which is used for general web description included in meta section of HTML page and usable by modules.
  • Fixed: Error in RSS channels if no items loaded.
  • Modified: Log real last URI instead on script name in online users list in database.
  • Fixed: Serialization error in Database class if exception was raised.
  • Modified: Items in RSS channel of forum links to exact forum topics.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Database.php

    r709 r765  
    22
    33// Extended database class
    4 // Date: 2011-11-25
    5 
     4// Date: 2014-01-27
    65
    76class DatabaseResult
     
    170169  {
    171170        return($this->PDO->quote($Text));
     171  }
     172 
     173  function __sleep()
     174  {
     175    return array('LastQuery');
     176  }
     177
     178  function __wakeup()
     179  {
    172180  } 
    173181}
Note: See TracChangeset for help on using the changeset viewer.