Thankyou for sending your bug report and helping to improve MySQLinks.
\n";
$admin_msgs[99] = "Your new category was successfully created. You may now add links to it using your bookmarklet.
\n";
$admin_msgs[98] = "A category with that name already exists.
\n";
$admin_msgs[97] = "The category was successfully deleted.
\n";
$admin_msgs[96] = "The link was successfully deleted.
\n";
$admin_msgs[95] = "The category cannot be renamed that, as a category with that name already exists.
\n";
$admin_msgs[94] = "The category's name has successfully been changed.
\n";
$admin_msgs[93] = "The category's description has successfully been changed.
\n";
$admin_msgs[92] = "The link has successfully been updated.
\n";
$admin_msgs[91] = "The link has successfully been moved.
\n";
$admin_msgs[90] = "Your new link/s were successfully added.
\n";
$admin_msgs[89] = "You've successfully changed your configuration.
\n";
if (isset($HTTP_GET_VARS['msg'])) {
print $admin_msgs[$HTTP_GET_VARS['msg']];
}
?>