Update of /cvsroot/mantisbt/mantisbt/admin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20912/admin
Modified Files:
upgrade.php
Log Message:
removed MySQLism in creating upgrade table
Index: upgrade.php
===================================================================
RCS file: /cvsroot/mantisbt/mantisbt/admin/upgrade.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- upgrade.php 16 Jul 2005 10:53:43 -0000 1.10
+++ upgrade.php 16 Jul 2005 13:12:32 -0000 1.11
@@ -50,7 +50,7 @@
if ( ! db_table_exists( config_get( 'mantis_upgrade_table' ) ) ) {
# Create the upgrade table if it does not exist
- $query = "CREATE TABLE IF NOT EXISTS " . config_get(
'mantis_upgrade_table' ) .
+ $query = "CREATE TABLE " . config_get( 'mantis_upgrade_table' ) .
"(upgrade_id char(20) NOT NULL,
description char(255) NOT NULL,
PRIMARY KEY (upgrade_id))";
-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
|
Try Searching:
servers, voip, java, networking, microsoft ...
|
|
|
|