From 73e86fb6f71a237a63c5471a4644510439f6ab9e Mon Sep 17 00:00:00 2001 From: Espen Lorentzen Date: Sat, 17 Aug 2013 17:52:13 +0200 Subject: [PATCH] Typo in db_prefix --- htdocs/application/config/stikked.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/application/config/stikked.php b/htdocs/application/config/stikked.php index 5a940f3..82a616a 100644 --- a/htdocs/application/config/stikked.php +++ b/htdocs/application/config/stikked.php @@ -24,7 +24,7 @@ $config['db_password'] = 'stikked'; * Table prefix * Generate table prefix for stikked db, commonly used if the webhoster only have one db. * Use underscore as suffix to easily see the tables. - * use $config['db_password'] = ''; if you dont want to use table prefix. + * use $config['db_prefix'] = ''; if you dont want to use table prefix. */ $config['db_prefix'] = 'stikked_';