* @link http://www.orfeolibre.org * @version SVN: $Id$ * @since */ /*---------------------------------------------------------+ | INCLUDES | +---------------------------------------------------------*/ /*---------------------------------------------------------+ | DEFINICIONES | +---------------------------------------------------------*/ /*---------------------------------------------------------+ | MAIN | +---------------------------------------------------------*/ /********************************************************************************* * Filename: devolucionMasivo.php * Generated with CodeCharge 2.0.5 * PHP 4.0 build 11/30/2001 *********************************************************************************/ //------------------------------- // devolucionMasivo CustomIncludes begin session_start(); include ("./common.php"); include ("./encabezado.php"); //$db->conn->debug=true; // devolucionMasivo CustomIncludes end //------------------------------- //=============================== // Save Page and File Name available into variables //------------------------------- $sFileName = "devolucionMasivo.php"; //=============================== //=============================== // devolucionMasivo PageSecurity begin check_security(); // devolucionMasivo PageSecurity end //=============================== //=============================== // devolucionMasivo Open Event begin // devolucionMasivo Open Event end //=============================== //=============================== // devolucionMasivo OpenAnyPage Event start // devolucionMasivo OpenAnyPage Event end //=============================== //=============================== //Save the name of the form and type of action into the variables //------------------------------- $sAction = get_param("FormAction"); $sForm = get_param("FormName"); //=============================== // devolucionMasivo Show begin //=============================== // Perform the form's action //------------------------------- // Initialize error variables //------------------------------- $sPRESTAMOErr = ""; $login_err=""; //------------------------------- // Select the FormAction //------------------------------- switch ($sForm) { case "DEVOLVER": DMR_PRESTAMO_action($sAction); break; } //=============================== //=============================== // Display page //=============================== // HTML Page layout //------------------------------- ?>