Make WordPress Core


Ignore:
Timestamp:
07/30/2003 11:44:08 PM (23 years ago)
Author:
mikelittle
Message:

Removed mysql direct calls

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/b2profile.php

    r239 r282  
    9797    $result = $wpdb->query($query);
    9898    if (!$result) {
    99         die ("<strong>ERROR</strong>: couldn't update your profile... please contact the <a href=\"mailto:$admin_email\">webmaster</a> !<br /><br />$query<br /><br />".mysql_error());
     99        die ("<strong>ERROR</strong>: couldn't update your profile... please contact the <a href=\"mailto:$admin_email\">webmaster</a> !<br /><br />$query<br /><br />");
    100100    }
    101101
Note: See TracChangeset for help on using the changeset viewer.