From 80c8a16fb145f7ed4867d31fad3c22318a1ce708 Mon Sep 17 00:00:00 2001 From: Emiel Bruijntjes Date: Sat, 7 Dec 2013 13:12:25 -0800 Subject: replaces tabs in source code with regular spaces, added example for working with global variables --- Examples/Extension/extension.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Examples/Extension/extension.php') diff --git a/Examples/Extension/extension.php b/Examples/Extension/extension.php index 3941c8c..6f6b03c 100644 --- a/Examples/Extension/extension.php +++ b/Examples/Extension/extension.php @@ -1,9 +1,9 @@ + * extension.php + * @author Jasper van Eck * - * An example file to show the working of an extension. + * An example file to show the working of an extension. */ // print all the extensions currently loaded. -- cgit v1.2.3