diff options
author | z0rglub <z0rglub@piwigo.org> | 2003-05-27 20:56:13 +0000 |
---|---|---|
committer | z0rglub <z0rglub@piwigo.org> | 2003-05-27 20:56:13 +0000 |
commit | 1080c51deb551ec63677adb842025065fa0999ba (patch) | |
tree | 4e420a0af401cb3febc7f9ea8f6a002337631367 /include/config.inc.php | |
parent | 0b6204e5fbebb7dc14bfe47e598f53d241c21b97 (diff) |
*** empty log message ***
git-svn-id: http://piwigo.org/svn/trunk@20 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'include/config.inc.php')
-rw-r--r-- | include/config.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/config.inc.php b/include/config.inc.php index aabbd5ac0..f52996b9f 100644 --- a/include/config.inc.php +++ b/include/config.inc.php @@ -52,7 +52,7 @@ database_connection(); // $infos array is used to know the fields to retrieve in the table "config" // Each field becomes an information of the array $conf. // Example : -// prefixe_thumbnail --> $conf['prefixe_thumbnail'] +// prefix_thumbnail --> $conf['prefix_thumbnail'] $infos = array( 'prefix_thumbnail', 'webmaster', 'mail_webmaster', 'access', 'session_id_size', 'session_keyword', 'session_time', 'max_user_listbox', 'show_comments', 'nb_comment_page', |