explicitly set the module for log_insert(), SQL table is updated automagically on...
[iserv-mod-room-reservation.git] / includes / functions.inc
index 1704bc5..bdb79a6 100755 (executable)
@@ -183,7 +183,7 @@ function isMailAddress($strAddr) {
  * @return void
  */
 function rrInsertLog($strLog) {
- log_insert("Raumbelegungsplan: " . $strLog);
+ log_insert($strLog, null, "Room Reservation Schedule");
 }
 
 /**
This page took 0.028354 seconds and 4 git commands to generate.