uninstall: removed separator lines
[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.023579 seconds and 4 git commands to generate.