summaryrefslogtreecommitdiffstatshomepage
path: root/upgrade.txt
diff options
context:
space:
mode:
authorGravatar mensonge2009-01-05 15:50:03 +0000
committerGravatar mensonge2009-01-05 15:50:03 +0000
commitb5779bd638d02496aeab5e010d727c00f7b871a9 (patch)
treedd850a467dccabd98e2b1105bc6142b50e4311a2 /upgrade.txt
parentd545f9e2dc4bdc14db0d51b7f7a93c77031c1cf7 (diff)
downloadscuttle-b5779bd638d02496aeab5e010d727c00f7b871a9.tar.gz
scuttle-b5779bd638d02496aeab5e010d727c00f7b871a9.zip
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@210 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'upgrade.txt')
-rw-r--r--upgrade.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/upgrade.txt b/upgrade.txt
index acf6a96..179b708 100644
--- a/upgrade.txt
+++ b/upgrade.txt
@@ -8,7 +8,7 @@
* No intructions
- Upgrade your current configuration file (config.inc.php) with respect to config.inc.php.example
* Delete last line : include_once('debug.inc.php');
- * Add variable: $menu2Tags = array();
+ * Add variable: $menu2Tags = array('example', 'of', 'menu', 'tags');
* Add variable: $debugMode = true; # if true, show debug messages
=== From version 0.89 to 0.90 ===