Changeset 6434 for temp/trunk


Ignore:
Timestamp:
2006/10/17 21:54:08 (20 years ago)
Author:
naka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/admin/downloads/module/module.php

    r6433 r6434  
    33/* @version    CVS: $Id$ */ 
    44 
    5 /** 
    6  * Database independent query interface 
    7  * 
    8  * PHP versions 4 and 5 
    9  * 
    10  * LICENSE: This source file is subject to version 3.0 of the PHP license 
    11  * that is available through the world-wide-web at the following URI: 
    12  * http://www.php.net/license/3_0.txt.  If you did not receive a copy of 
    13  * the PHP License and are unable to obtain it through the web, please 
    14  * send a note to [email protected] so we can mail you a copy immediately. 
    15  * 
    16  * @category   Database 
    17  * @package    DB 
    18  * @author     Stig Bakken <[email protected]> 
    19  * @author     Tomas V.V.Cox <[email protected]> 
    20  * @author     Daniel Convissor <[email protected]> 
    21  * @copyright  1997-2005 The PHP Group 
    22  * @license    http://www.php.net/license/3_0.txt  PHP License 3.0 
    23  * @version    CVS: $Id$ 
    24  * @link       http://pear.php.net/package/DB 
    25  */ 
    26  
    27 /** 
    28  * Obtain the PEAR class so it can be extended from 
    29  */ 
    305require_once("../../require.php"); 
    316 
Note: See TracChangeset for help on using the changeset viewer.