Changeset 957 for trunk/wp-admin/import-greymatter.php
- Timestamp:
- 03/01/2004 07:55:45 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/import-greymatter.php
r883 r957 102 102 $result = mysql_query($query); 103 103 if ($result==false) { 104 die ("< b>ERROR</b>: couldn't register an user... please contact the <a href=\"mailto:$admin_email\">webmaster</a>!");104 die ("<strong>ERROR</strong>: couldn't register an user!"); 105 105 } 106 106 echo "<li>user <i>$user_login</i>... <b>Done</b></li>"; … … 161 161 $result = mysql_query($query); 162 162 if ($result==false) { 163 die ("< b>ERROR</b>: couldn't register an user... please contact the <a href=\"mailto:$admin_email\">webmaster</a>!");163 die ("<strong>ERROR</strong>: couldn't register an user!"); 164 164 } 165 165 echo ": registered deleted user <i>$user_login</i> at level 0 "; … … 197 197 198 198 if (!$result) 199 die ("Error in posting... contact the <a href=\"mailto:$admin_email\">webmaster</a>");199 die ("Error in posting..."); 200 200 201 201 $sql2 = "SELECT * FROM $tableposts WHERE 1=1 ORDER BY ID DESC LIMIT 1"; … … 245 245 $result3 = mysql_query($sql3); 246 246 if (!$result3) 247 die ("There is an error with the database, it can't store your comment.. .<br>Contact the <a href=\"mailto:$admin_email\">webmaster</a>");247 die ("There is an error with the database, it can't store your comment.."); 248 248 } 249 249 $comments=$c-4;
Note: See TracChangeset
for help on using the changeset viewer.