Update of /cvsroot/mantisbt/mantisbt
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6485
Modified Files:
config_inc.php.sample
Log Message:
Fixed #5540: PostgreSQL script does not match MySQL script (thanks to Gary
Doades).
Index: config_inc.php.sample
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/config_inc.php.sample,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- config_inc.php.sample 12 Feb 2005 20:01:05 -0000 1.15
+++ config_inc.php.sample 29 Apr 2005 13:24:10 -0000 1.16
@@ -1,7 +1,7 @@
<?php
# Mantis - a php based bugtracking system
# Copyright (C) 2000 - 2002 Kenzaburo Ito -
kenito-J7RQz27tXwtAfugRpC6u6w@xxxxxxxxxxxxxxxx
- # Copyright (C) 2002 - 2004 Mantis Team -
mantisbt-dev-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx
+ # Copyright (C) 2002 - 2005 Mantis Team -
mantisbt-dev-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@xxxxxxxxxxxxxxxx
# This program is distributed under the terms and conditions of the GPL
# See the README and LICENSE files for details
@@ -22,7 +22,7 @@
# In general the value OFF means the feature is disabled and ON means
the
# feature is enabled. Any other cases will have an explanation.
- # Look in http://www.mantisbt.org/manual or config_defaults_inc.php for
more
+ # Look in http://manual.mantisbt.org/ or config_defaults_inc.php for
more
# detailed comments.
# --- database variables ---------
@@ -32,6 +32,7 @@
$g_db_username = "root";
$g_db_password = "";
$g_database_name = "bugtracker";
+ $g_db_type = "mysql";
# --- email variables -------------
$g_administrator_email =
'administrator-hcDgGtZH8xNBDgjK7y7TUQ@xxxxxxxxxxxxxxxx';
@@ -49,4 +50,4 @@
# The default value is ON but you must make sure file uploading is
enabled
# in PHP as well. You may need to add "file_uploads = TRUE" to your
php.ini.
$g_allow_file_upload = ON;
-?>
+?>
\ No newline at end of file
-------------------------------------------------------
SF.Net email is sponsored by: Tell us your software development plans!
Take this survey and enter to win a one-year sub to SourceForge.net
Plus IDC's 2005 look-ahead and a copy of this survey
Click here to start! http://www.idcswdc.com/cgi-bin/survey?id=105hix
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|