You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by jf...@apache.org on 2015/02/04 15:21:40 UTC

svn commit: r1657245 - /vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.2to2.4.mdtext

Author: jfthomps
Date: Wed Feb  4 14:21:40 2015
New Revision: 1657245

URL: http://svn.apache.org/r1657245
Log:
fixed spacing

Modified:
    vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.2to2.4.mdtext

Modified: vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.2to2.4.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.2to2.4.mdtext?rev=1657245&r1=1657244&r2=1657245&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.2to2.4.mdtext (original)
+++ vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2.2to2.4.mdtext Wed Feb  4 14:21:40 2015
@@ -182,15 +182,15 @@ modified. Change:
 
     * OLD
 	
-        :::PhpLexer
-        $addUserFunc[$item['affiliationid']] = create_function('', 'return 0;');
-        $updateUserFunc[$item['affiliationid']] = create_function('', 'return 0;');
+            :::PhpLexer
+            $addUserFunc[$item['affiliationid']] = create_function('', 'return 0;');
+            $updateUserFunc[$item['affiliationid']] = create_function('', 'return 0;');
  
     * NEW
 
-        :::PhpLexer
-        $addUserFunc[$item['affiliationid']] = create_function('', 'return NULL;');
-        $updateUserFunc[$item['affiliationid']] = create_function('', 'return NULL;');
+            :::PhpLexer
+            $addUserFunc[$item['affiliationid']] = create_function('', 'return NULL;');
+            $updateUserFunc[$item['affiliationid']] = create_function('', 'return NULL;');
 
 9. **Make the maintenance directory writable** by the web server user. Normally this is
 the apache user, if using a different user change below cmd accordingly.