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: # 2001-09-17 Sandino Araico Sánchez # Librería para hacer encuestas (una más de tantas encuestass en PHP) # 2002-03-27 Sandino Araico Sánchez # Renamed poll-glue to poll-interface if(!defined('__H_POLL__')) { define('__H_POLL__',1); #------------------------------------------------------------------------------ include __HOPP_INCLUDE_PATH."poll/poll-core.inc"; include __HOPP_INCLUDE_PATH."poll/poll-interface.inc"; #------------------------------------------------------------------------------ if(!defined('__H_POLL_SPAN')) define('__H_POLL_SPAN',1); if(!defined('__H_POLL_SHOW_RESULTS')) define('__H_POLL_SHOW_RESULTS',1); #------------------------------------------------------------------------------ } //__H_POLL ?>