projects
/
iserv-mod-room-reservation.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
e001039
)
mod_roomReservationConfig: when whitelisting a room, the log message for un-whitelist...
author
rohieb
<devnull@localhost>
Wed, 30 Jul 2008 17:03:14 +0000
(19:03 +0200)
committer
rohieb
<devnull@localhost>
Wed, 30 Jul 2008 17:03:14 +0000
(19:03 +0200)
includes/mod_roomReservationConfig.inc
patch
|
blob
|
history
diff --git
a/includes/mod_roomReservationConfig.inc
b/includes/mod_roomReservationConfig.inc
index
72b630e
..
8dde982
100644
(file)
--- a/
includes/mod_roomReservationConfig.inc
+++ b/
includes/mod_roomReservationConfig.inc
@@
-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.022923 seconds
and
4
git commands to generate.