From: pdontthink Date: Fri, 13 Oct 2006 17:36:39 +0000 (+0000) Subject: Make config/plugin_hooks.php just a touch more readable X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=6609e189710f0c110cf1ecc57d10fa2da3737f37;p=squirrelmail.git Make config/plugin_hooks.php just a touch more readable git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11913 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- diff --git a/config/conf.pl b/config/conf.pl index b314e1ff..38e29299 100755 --- a/config/conf.pl +++ b/config/conf.pl @@ -5160,6 +5160,7 @@ if ($hooked_plugin_name ne $plugins[$ct]) { print " registering on hook \"" . $hook_name . "\"\n"; } $line =~ s/ {2,}/ /g; + $line =~ s/=/\n =/; print HOOKFILE "\$$line"; }