Code:
<?
if ($_POST['action'] == "save")
{
$templateused = "standardredirect,redirect_cannedtextsaved";
require("./global.php");
if ($bbuserinfo['userid'] == 0 or $ctmax == 0) show_nopermission();
$userid = $bbuserinfo['userid'];
// force the update to work if the rows don't exist yet
$DB_site->query("DELETE FROM cannedtext WHERE userid = $userid");
$DB_site->query("INSERT INTO cannedtext (userid, number, contents)
VALUES ($userid, 1, \"\"), ($userid, 2, \"\"), ($userid, 3, \"\"), ($userid, 4, \"\"), ($userid, 5, \"\")");