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
Added tag REL_8.07.30 for changeset b69547fb820cac5bde194414c88c14cde728acf5
[iserv-mod-room-reservation.git]
/
includes
/
mod_roomReservationConfig.inc
diff --git
a/includes/mod_roomReservationConfig.inc
b/includes/mod_roomReservationConfig.inc
index
bed261b
..
8dde982
100644
(file)
--- a/
includes/mod_roomReservationConfig.inc
+++ b/
includes/mod_roomReservationConfig.inc
@@
-79,7
+79,7
@@
function rrConfigSortTimeslices(mod_roomReservationTimeslice $oTs1,
define("MOD_ROOM_RESERVATION_CONFIGFILE_HEADER", "<?php
/**
define("MOD_ROOM_RESERVATION_CONFIGFILE_HEADER", "<?php
/**
- * configuration file for package iserv-room-reservation
+ * configuration file for package iserv-
mod-
room-reservation
* This file is written by the configuration script. Do not change it manually.
*/\n");
* This file is written by the configuration script. Do not change it manually.
*/\n");
@@
-182,7
+182,8
@@
class mod_roomReservationConfig {
if(!$r) {
throw new SQLException(MOD_ROOM_RESERVATION_ERROR_SQL);
} else {
if(!$r) {
throw new SQLException(MOD_ROOM_RESERVATION_ERROR_SQL);
} else {
- log_insert(sprintf("Raum „%s“ für Buchungen gesperrt", $sRoom));
+ log_insert(sprintf("Raum „%s“ für Buchungen zur Verfügung gestellt",
+ $sRoom));
}
}
}
}
}
}
@@
-198,8
+199,7
@@
class mod_roomReservationConfig {
if(!$h) {
throw new SQLException(MOD_ROOM_RESERVATION_ERROR_SQL);
} else {
if(!$h) {
throw new SQLException(MOD_ROOM_RESERVATION_ERROR_SQL);
} else {
- log_insert(sprintf("Raum „%s“ für Buchungen zur Verfügung gestellt",
- $sRoom));
+ log_insert(sprintf("Raum „%s“ für Buchungen gesperrt", $sRoom));
}
}
}
}
This page took
0.024593 seconds
and
4
git commands to generate.