Skip to content

Commit

Permalink
Item1491: fix for HolidayListPlugin messes up unit tests, so removing…
Browse files Browse the repository at this point in the history
… for now

git-svn-id: http://svn.foswiki.org/branches/Release01x00@4139 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Jun 15, 2009
1 parent 84ca490 commit 23c0419
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions EditTablePlugin/lib/Foswiki/Plugins/EditTablePlugin/Core.pm
Expand Up @@ -46,7 +46,7 @@ my $PLACEHOLDER_SEPARATOR_SEARCH_RESULTS =
my $HTML_TAGS =
qr'var|ul|u|tt|tr|th|td|table|sup|sub|strong|strike|span|small|samp|s|pre|p|ol|li|kbd|ins|img|i|hr|h|font|em|div|dfn|del|code|cite|center|br|blockquote|big|b|address|acronym|abbr|a';

my $inited = 0; # state to prevent recursion
#my $inited = 0; # state to prevent recursion
my $prefCHANGEROWS;
my $prefEDIT_BUTTON;
my $prefSAVE_BUTTON;
Expand Down Expand Up @@ -90,8 +90,8 @@ Resets variables.

sub init {

return if !$inited;
$inited = 1;
# return if !$inited;
# $inited = 1;
$preSp = '';
%params = ();
@format = ();
Expand Down

0 comments on commit 23c0419

Please sign in to comment.