Make config/plugin_hooks.php just a touch more readable
authorpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 13 Oct 2006 17:36:39 +0000 (17:36 +0000)
committerpdontthink <pdontthink@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Fri, 13 Oct 2006 17:36:39 +0000 (17:36 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@11913 7612ce4b-ef26-0410-bec9-ea0150e637f0

config/conf.pl

index b314e1ff18ec20671b3a9570328849d46d542127..38e29299466b2a9407cb4f60b98db6beda9d2f52 100755 (executable)
@@ -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";
 
                     }