logo       
Google Custom Search
    AddThis Social Bookmark Button

Recently Viewed: audio.musicbrai...    enbd.general/20...    ietf.idr/2002-0...    java.ant-contri...    gnu.make.genera...    qplus.devel/200...    video.freevo.cv...    os.netbsd.ports...    yellowdog.gener...    xfree86.cvs/200...    search.nutch.us...    freedesktop.xse...    programming.swi...    capabilities.ge...    telephony.pbx.a...    mail.sylpheed.c...    db.firebase.por...    boot-loaders.u-...    recreation.radi...    netbsd.bugs/200...    web.zope.plone....    user-groups.lin...   

mantisbt/admin upgrade.php,1.10,1.11: msg#00047

Subject: mantisbt/admin upgrade.php,1.10,1.11
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 ...
<Prev in Thread] Current Thread [Next in Thread>