projects
/
iserv-mod-room-reservation.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
uninstall: removed separator lines
[iserv-mod-room-reservation.git]
/
includes
/
functions.inc
diff --git
a/includes/functions.inc
b/includes/functions.inc
index
1704bc5
..
bdb79a6
100755
(executable)
--- a/
includes/functions.inc
+++ b/
includes/functions.inc
@@
-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.