FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum Development » Bug Reports » Odd bit of code...
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Odd bit of code... [message #39134] Tue, 02 October 2007 01:27 Go to previous message
Jared is currently offline  Jared   United Kingdom
Messages: 1
Registered: October 2007
Karma:
Junior Member
Lines 127-131 of uninstall.php

if (($conn = @pg_connect($connect_str))) {
    while ($r = mysql_fetch_row($c)) {
        pg_query($conn, 'DROP TABLE '.$r[0]);
     }
}


pg_* to mysql_* to pg_*
[Message index]
 
Read Message
Read Message
Previous Topic: PHP notice about undefined variable in post.php
Next Topic: pdo_concat() declared in both index.php and db.inc
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Mon Sep 16 20:13:26 GMT 2024

Total time taken to generate the page: 0.04694 seconds