Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 373 → Rev 374

/trunk/api/text/wiki_papyrus/Parse/Plan.php
1,5 → 1,5
<?php
// $Id: Plan.php,v 1.1 2005-04-18 16:42:02 jpm Exp $
// $Id: Plan.php,v 1.2 2005-05-25 14:05:31 jpm Exp $
 
 
/**
34,7 → 34,7
*/
function process(&$matches)
{
if ($matches[2] == 'oui') {
if (isset($matches[2]) && $matches[2] == 'oui') {
$matches[2] = true;
} else {
$matches[2] = false;