wrote this file. * As long as you retain this notice you can do whatever you want with this * software. If we meet some day, and you think this stuff is worth it, you can * buy me a beer in return. * Sandino Araico Sánchez * --END LICENSE--------------------------------------------------------------- * --LICENCIA EN ESPAÑOL MEXICANO---------------------------------------------- * "LA LICENCIA BEER-WARE" (traducción al español de la revisión 42-sandino-3): * Sandino Araico Sánchez escribió éste archivo. * Siempre y cuando usted retenga éste aviso (en español y en inglés) usted * puede hacer cualquier cosa con éste software. Si algún día nos encontramos y * usted piensa que éste software vale la pena, usted puede invitarme una * cerveza en recompensa. * Sandino Araico Sánchez * --FIN DE LICENCIA----------------------------------------------------------- */ # Changelog: # 2000-10-23 Sandino Araico Sánchez - DB lib # 2002-01-05 Sandino Araico Sánchez - db-neutral.inc.php, __HOPP_DB_TYPE if(!defined("__HOPP_DB")) { define ("__HOPP_DB",1); #--------------------------------------------------------------------- if(!defined('__HOPP_DB_TYPE')) define('__HOPP_DB_TYPE','postgres'); #--------------------------------------------------------------------- include __HOPP_INCLUDE_PATH.'db/db-neutral.inc.php'; include __HOPP_INCLUDE_PATH.'db/'.__HOPP_DB_TYPE.'/db-container.inc.php'; include __HOPP_INCLUDE_PATH.'db/'.__HOPP_DB_TYPE.'/db-functions.inc.php'; #--------------------------------------------------------------------- } //__HOPP_DB ?>