mirror of
https://github.com/WhatCD/Gazelle.git
synced 2025-01-18 20:21:37 +00:00
Empty commit
This commit is contained in:
parent
f15bd3a769
commit
c2584ed7e8
@ -90,13 +90,13 @@ public static function create_event($Title, $Body, $Category, $Importance, $Team
|
|||||||
$StartDate = db_string($StartDate);
|
$StartDate = db_string($StartDate);
|
||||||
$EndDate = db_string($EndDate);
|
$EndDate = db_string($EndDate);
|
||||||
|
|
||||||
$QueryID = G::$DB->get_query_id();
|
// $QueryID = G::$DB->get_query_id();
|
||||||
G::$DB->query("
|
G::$DB->query("
|
||||||
INSERT INTO calendar
|
INSERT INTO calendar
|
||||||
(Title, Body, Category, Importance, Team, StartDate, EndDate, AddedBy)
|
(Title, Body, Category, Importance, Team, StartDate, EndDate, AddedBy)
|
||||||
VALUES
|
VALUES
|
||||||
('$Title', '$Body', '$Category', '$Importance', '$Team' '$StartDate', '$EndDate', '$UserID')");
|
('$Title', '$Body', '$Category', '$Importance', '$Team', '$StartDate', '$EndDate', '$UserID')");
|
||||||
G::$DB->set_query_id($QueryID);
|
// G::$DB->set_query_id($QueryID);
|
||||||
}
|
}
|
||||||
|
|
||||||
public static function update_event($ID, $Title, $Body, $Category, $Importance, $Team, $StartDate, $EndDate = null) {
|
public static function update_event($ID, $Title, $Body, $Category, $Importance, $Team, $StartDate, $EndDate = null) {
|
||||||
|
Loading…
Reference in New Issue
Block a user