Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/eula.html *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/eula.html *
|
* $Id: announcements.php 3188 2007-07-06 16:07:28Z musicalmidget $
| * $Id: announcements.php 3690 2008-02-28 02:25:56Z Tikitiki $
|
*/
define("IN_MYBB", 1);
| */
define("IN_MYBB", 1);
|
Zeile 174 | Zeile 174 |
---|
$sqlarray = array( "aid" => intval($mybb->input['aid']), "fid" => $fid,
|
$sqlarray = array( "aid" => intval($mybb->input['aid']), "fid" => $fid,
|
"uid" => $mybbadmin['uid'],
| |
"subject" => $subject, "message" => $message, "startdate" => $startdate,
| "subject" => $subject, "message" => $message, "startdate" => $startdate,
|