From 6609e189710f0c110cf1ecc57d10fa2da3737f37 Mon Sep 17 00:00:00 2001 From: pdontthink Date: Fri, 13 Oct 2006 17:36:39 +0000 Subject: [PATCH] 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 --- config/conf.pl | 1 + 1 file changed, 1 insertion(+) 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"; } -- 2.25.1