Changeset 6427 for temp


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

* empty log message *

File:
1 edited

Legend:

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

    r6426 r6427  
    11<?php 
    2 /* 
    3  * Copyright(c) 2000-2006 LOCKON CO.,LTD. All Rights Reserved. 
     2/* vim: set expandtab tabstop=4 shiftwidth=4 softtabstop=4: */ 
     3 
     4/** 
     5 * Database independent query interface 
    46 * 
    5  * http://www.lockon.co.jp/ 
     7 * PHP versions 4 and 5 
     8 * 
     9 * LICENSE: This source file is subject to version 3.0 of the PHP license 
     10 * that is available through the world-wide-web at the following URI: 
     11 * http://www.php.net/license/3_0.txt.  If you did not receive a copy of 
     12 * the PHP License and are unable to obtain it through the web, please 
     13 * send a note to [email protected] so we can mail you a copy immediately. 
     14 * 
     15 * @category   Database 
     16 * @package    DB 
     17 * @author     Stig Bakken <[email protected]> 
     18 * @author     Tomas V.V.Cox <[email protected]> 
     19 * @author     Daniel Convissor <[email protected]> 
     20 * @copyright  1997-2005 The PHP Group 
     21 * @license    http://www.php.net/license/3_0.txt  PHP License 3.0 
     22 * @version    CVS: $Id$ 
     23 * @link       http://pear.php.net/package/DB 
     24 */ 
     25 
     26/** 
     27 * Obtain the PEAR class so it can be extended from 
    628 */ 
    729require_once("../../require.php"); 
Note: See TracChangeset for help on using the changeset viewer.