--Module: poll -- poll.inc Copyright (C) 2001 Sandino Araico Sánchez /* --LICENSE IN US ENGLISH----------------------------------------------------- * "THE BEER-WARE LICENSE" (Revision 42-sandino-3): * Sandino Araico Sánchez 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-18 Sandino Araico Sánchez - poll tables destruction sql script drop table h_poll_comment; drop sequence s_poll_comment; drop table h_poll_vot; drop sequence s_poll_vot; drop table h_poll_cookie; drop sequence s_poll_cookie; drop table h_poll_det; drop sequence s_poll_det; drop table h_poll; drop sequence s_poll;