You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@vcl.apache.org by fa...@apache.org on 2012/10/15 19:29:55 UTC

svn commit: r1398407 - /vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.mdtext

Author: fapeeler
Date: Mon Oct 15 17:29:55 2012
New Revision: 1398407

URL: http://svn.apache.org/viewvc?rev=1398407&view=rev
Log:
CMS commit to vcl by fapeeler

Modified:
    vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.mdtext

Modified: vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.mdtext
URL: http://svn.apache.org/viewvc/vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.mdtext?rev=1398407&r1=1398406&r2=1398407&view=diff
==============================================================================
--- vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.mdtext (original)
+++ vcl/site/trunk/content/docs/UpgradePreviousVersions/UpgradeFrom2.2to2.3.mdtext Mon Oct 15 17:29:55 2012
@@ -128,9 +128,9 @@ The web code now requires access to crea
  
     f. The way the authentication functions toward the bottom of conf.php are initialized has been simplified. Make the following changes:
 	
-**REMOVE**
 
             :::BashLexer
+            REMOVE
             $affilValFunc
             $affilValFuncArgs 
             $addUserFunc
@@ -138,9 +138,9 @@ The web code now requires access to crea
             $updateUserFunc
             $updateUserFuncArgs
  
-**ADD**
                    
             :::BashLexer
+            ADD
             $affilValFunc = array();
             $affilValFuncArgs = array();
             $addUserFunc = array();