Ignore:
Timestamp:
Nov 26, 2013, 10:12:48 PM (11 years ago)
Author:
chronos
Message:
  • Added: Implemented mechanism for update interface translation list from source code. Resulted list is saved to lanugage file and database.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/includes/Database.php

    r553 r608  
    161161  {
    162162    return(addslashes($Text));
     163  }
     164 
     165  function quote($Text)
     166  {
     167        return($this->PDO->quote($Text));
    163168  } 
    164169}
Note: See TracChangeset for help on using the changeset viewer.