/* * This file is part of PhpCompta. * * PhpCompta is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * PhpCompta is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with PhpCompta; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ /* $Revision$ */ // Copyright Author Dany De Bontridder ddebontridder@yahoo.fr /*! \file * \brief p_action contains the main action (always poste here) * action contains the sub action */ require_once("class_parm_code.php"); //----------------------------------------------------- // confirm mod if ( isset( $_POST['confirm_mod'] ) ) { extract($_POST); $update=new parm_code($cn,$p_code); $update->p_comment=$p_comment; $update->p_value=$p_value; $update->Save(); } $object=new parm_code($cn); $all=$object->LoadAll(); echo '
| '; echo ' | '; echo ""; } echo "