Ignore:
Timestamp:
Apr 12, 2008 9:54:45 AM (5 years ago)
Author:
thomasb
Message:

Changed codebase to PHP5 with autoloader + added some new classes from the devel-vnext branch

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/include/rcube_mdb2.php

    r1281 r1291  
    33/* 
    44 +-----------------------------------------------------------------------+ 
    5  | program/include/rcube_mdb2.inc                                        | 
     5 | program/include/rcube_mdb2.php                                        | 
    66 |                                                                       | 
    77 | This file is part of the RoundCube Webmail client                     | 
    8  | Copyright (C) 2005-2007, RoundCube Dev. - Switzerland                 | 
     8 | Copyright (C) 2005-2008, RoundCube Dev. - Switzerland                 | 
    99 | Licensed under the GNU GPL                                            | 
    1010 |                                                                       | 
     
    2020 
    2121*/ 
    22  
    23  
    24 /** 
    25  * Obtain the PEAR::DB class that is used for abstraction 
    26  */ 
    27 require_once('MDB2.php'); 
    2822 
    2923 
     
    618612 
    619613 
    620 ?> 
Note: See TracChangeset for help on using the changeset viewer.