Хранилища Subversion ant

Сравнить редакции

Не учитывать пробелы Редакция 99 → Редакция 100

/trunk/lib/DB/common.php
27,7 → 27,7
/**
* Obtain the PEAR class so it can be extended from
*/
require_once 'PEAR.php';
require_once 'lib/PEAR.php';
 
/**
* DB_common is the base class from which each database driver class extends