First commit
This commit is contained in:
commit
c6e2478c40
13918 changed files with 2303184 additions and 0 deletions
19
sites/all/modules/civicrm/packages/Pager/Pager.php
Normal file
19
sites/all/modules/civicrm/packages/Pager/Pager.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
/**
|
||||
* Dummy file, used to maintain backward compatibility.
|
||||
* The real file was moved to the PEAR root directory
|
||||
*
|
||||
* PHP versions 4 and 5
|
||||
*
|
||||
* @category HTML
|
||||
* @package Pager
|
||||
* @author Lorenzo Alberton <l.alberton@quipo.it>
|
||||
* @author Richard Heyes <richard@phpguru.org>
|
||||
* @copyright 2003-2007 Lorenzo Alberton, Richard Heyes
|
||||
* @license http://www.debian.org/misc/bsd.license BSD License (3 Clause)
|
||||
* @version CVS: $Id: Pager_savebc.php,v 1.3 2007/10/28 22:37:01 quipo Exp $
|
||||
* @link http://pear.php.net/package/Pager
|
||||
*/
|
||||
|
||||
require_once 'Pager.php';
|
||||
?>
|
Loading…
Add table
Add a link
Reference in a new issue