Current time: 07-05-2009, 02:45 AM Hello There, Guest! (LoginRegister)


 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[F] mysql_* in the mysqli class
08-21-2008, 06:53 AM
Post: #1
[F] mysql_* in the mysqli class
File /inc/db_mysqli.php
  • The close() function uses mysql_close() instead of mysqli_close() on the "write" connection.
  • escape_string() tests for the existence of mysql_real_escape_string() instead of the mysqli_* version, which means it will use addslashes() if you don't have the old mysql extension loaded.
Visit this user's website Find all posts by this user
08-21-2008, 08:00 PM
Post: #2
[F] mysql_* in the mysqli class
Thank you for your bug report.

This bug has been fixed in our internal code repository. Please note that the problem will not be fixed here until these forums are updated.

[Image: ryangordon.png]
My Blog - My Mods - My Site
Visit this user's website Find all posts by this user


Forum Jump: