]> gitweb.fluxo.info Git - semanticscuttle.git/commitdiff
minor fix : config : table prefix naming and locales available choices
authorericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f>
Wed, 5 Mar 2008 15:50:27 +0000 (15:50 +0000)
committerericdane <ericdane@b3834d28-1941-0410-a4f8-b48e95affb8f>
Wed, 5 Mar 2008 15:50:27 +0000 (15:50 +0000)
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@55 b3834d28-1941-0410-a4f8-b48e95affb8f

config.inc.php.example
tables.sql

index 4c76c9db7af17adab39c3cb2d72101c1c2a29364..daa1d8a65fba4d0085383278a2b4397456336757 100644 (file)
@@ -95,7 +95,7 @@ $dbname = 'scuttle';
 
 $sitename           = 'SemanticScuttle';
 $welcomeMessage     = 'More than tags...';
-$locale             = 'en_GB';
+$locale             = 'en_GB'; # in list ./locales : de_DE  en_GB  fr_FR  it_IT  lt_LT nl_NL  zh_CN dk_DK  es_ES  hi_IN  ja_JP  pt_BR
 $top_include        = 'top.inc.php';
 $bottom_include     = 'bottom.inc.php';
 $shortdate          = 'd-m-Y';
@@ -107,7 +107,7 @@ $defaultOrderBy     = 'date_desc';
 $TEMPLATES_DIR      = dirname(__FILE__) .'/templates/';
 $root               = NULL;
 $cookieprefix       = 'SCUTTLE';
-$tableprefix        = 'sc_';
+$tableprefix        = 'sc_'; # do not use '-' (badly handeld by MySQL)
 $adminemail         = 'admin@example.org';
 $cleanurls          = false;
 
index 6e5627475f00528e91949a47b70506cd49fefa53..64a7ec94a5866737a535007af93367776e3590a7 100644 (file)
@@ -1,9 +1,5 @@
--- Semantice Scuttle
--- Tables creation SQL script
--- ! Dont forget to adapt the tables prefix sc_ conforming config.inc.php,
--- without using '-' character (badly handeld by MySQL) !
-
-
+-- Semantice Scuttle - Tables creation SQL script
+-- ! Dont forget to change table names according to $tableprefix defined in config.inc.php !
 -- 
 -- Table structure for table `sc_bookmarks`
 --