Хранилища Subversion ant

Редакция

Редакция 2 | Весь файл | Не учитывать пробелы | Содержимое файла | Авторство | Последнее изменение | Открыть журнал | RSS

Редакция 2 Редакция 97
Строка 25... Строка 25...
25
 */
25
 */
26
26
27
/**
27
/**
28
 * Obtain the DB_common class so it can be extended from
28
 * Obtain the DB_common class so it can be extended from
29
 */
29
 */
30
require_once 'DB/common.php';
30
require_once 'lib/DB/common.php';
31
31
32
/**
32
/**
33
 * The methods PEAR DB uses to interact with PHP's mysql extension
33
 * The methods PEAR DB uses to interact with PHP's mysql extension
34
 * for interacting with MySQL databases
34
 * for interacting with MySQL databases
35
 *
35
 *