From fc2e4155e48ca23c5c52c55cf3aa17d4a274a4c3 Mon Sep 17 00:00:00 2001 From: vargenau Date: Fri, 2 Jan 2009 10:54:00 +0000 Subject: [PATCH] No trigger_error git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@6362 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- lib/plugin/WikicreoleTable.php | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/lib/plugin/WikicreoleTable.php b/lib/plugin/WikicreoleTable.php index 5701546a8..6721b1725 100644 --- a/lib/plugin/WikicreoleTable.php +++ b/lib/plugin/WikicreoleTable.php @@ -89,7 +89,7 @@ extends WikiPlugin $line = substr($line, 0, -1); } if ($line[0] != '|') { - trigger_error(sprintf(_("Line %s does not begin with a '|'."), $line), E_USER_WARNING); + // trigger_error(sprintf(_("Line %s does not begin with a '|'."), $line), E_USER_WARNING); } else { $table->pushContent($this->_parse_row($line, $basepage)); } @@ -120,11 +120,6 @@ extends WikiPlugin } } -// $Log: not supported by cvs2svn $ -// Revision 1.1 2008/08/19 17:58:25 vargenau -// Implement Wikicreole syntax for tables -// - // For emacs users // Local Variables: // mode: php -- 2.45.0