Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
<?php
2
/**
3
 * Dummy file, used to maintain backward compatibility.
4
 * The real file was moved to the PEAR root directory
5
 *
6
 * PHP versions 4 and 5
7
 *
8
 * @category  HTML
9
 * @package   Pager
10
 * @author    Lorenzo Alberton <l.alberton@quipo.it>
11
 * @author    Richard Heyes <richard@phpguru.org>
12
 * @copyright 2003-2007 Lorenzo Alberton, Richard Heyes
13
 * @license   http://www.debian.org/misc/bsd.license  BSD License (3 Clause)
14
 * @version   CVS: $Id: Pager_savebc.php,v 1.3 2007/10/28 22:37:01 quipo Exp $
15
 * @link      http://pear.php.net/package/Pager
16
 */
17
 
18
require_once 'Pager.php';
19
?>