mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +00:00
Empty commit
This commit is contained in:
parent
4433edd805
commit
da2cd45c46
@ -126,16 +126,6 @@
|
||||
$Subject = "Collage Comment Report: ID #".display_str($ThingID);
|
||||
}
|
||||
break;
|
||||
case 'rippy':
|
||||
$DB->query('SELECT Message FROM rippies WHERE ID = ' . $ThingID);
|
||||
if ($DB->record_count() < 1) {
|
||||
$Error = "No rippy message with the reported ID found";
|
||||
} else {
|
||||
list($Message) = $DB->next_record();
|
||||
$TypeLink = 'the rippy message "' . display_str($Message) . '"';
|
||||
$Subject = 'Rippy message report: '.display_str($Message);
|
||||
}
|
||||
break;
|
||||
default:
|
||||
error("Incorrect type");
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user