Changeset 282 for trunk/wp-admin/b2profile.php
- Timestamp:
- 07/30/2003 11:44:08 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/wp-admin/b2profile.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/b2profile.php
r239 r282 97 97 $result = $wpdb->query($query); 98 98 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 />"); 100 100 } 101 101
Note: See TracChangeset
for help on using the changeset viewer.