Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 1761 → Rev 1762

/branches/livraison_aha/papyrus/applettes/redirection/redirection.php
21,7 → 21,7
// | along with Foobar; if not, write to the Free Software |
// | Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
// +------------------------------------------------------------------------------------------------------+
// CVS : $Id: redirection.php,v 1.1 2006-12-13 10:52:30 jp_milcent Exp $
// CVS : $Id: redirection.php,v 1.1.4.1 2007-12-07 10:07:49 alexandre_tb Exp $
/**
* papyrus_bp - redirection.php
*
33,7 → 33,7
//Autres auteurs :
*@author Aucun
*@copyright Tela-Botanica 1999-2006
*@version $Revision: 1.1 $ $Date: 2006-12-13 10:52:30 $
*@version $Revision: 1.1.4.1 $ $Date: 2007-12-07 10:07:49 $
// +------------------------------------------------------------------------------------------------------+
*/
 
86,7 → 86,7
unset($tab_arguments[0]);
foreach($tab_arguments as $argument) {
if ($argument != '') {
$tab_parametres = explode('=', $argument);
$tab_parametres = explode('=', $argument,2);
$options[$tab_parametres[0]] = trim($tab_parametres[1], '"');
}
}
129,7 → 129,10
/* +--Fin du code ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.1 2006/12/13 10:52:30 jp_milcent
* Ajout de l'applette Rediection.
*
*
* +-- Fin du code ----------------------------------------------------------------------------------------+
*/
?>