removed double license files (lintian is angry about it)
[iserv-mod-room-reservation.git] / includes / functions.inc
old mode 100755 (executable)
new mode 100644 (file)
index 1704bc5..bdb79a6
@@ -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.020569 seconds and 4 git commands to generate.