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
renamed rrGetCSS() to rrGetCss(), cleaned up this section in functions.inc
[iserv-mod-room-reservation.git]
/
includes
/
mod_roomReservationPage.inc
diff --git
a/includes/mod_roomReservationPage.inc
b/includes/mod_roomReservationPage.inc
index
29bae69
..
6d0e018
100644
(file)
--- a/
includes/mod_roomReservationPage.inc
+++ b/
includes/mod_roomReservationPage.inc
@@
-111,7
+111,7
@@
abstract class mod_roomReservationPage {
* @return void
*/
protected function beginShow() {
* @return void
*/
protected function beginShow() {
- html_header("<style type='text/css'>\n".rrGetC
SS
()."\n</style>\n");
+ html_header("<style type='text/css'>\n".rrGetC
ss
()."\n</style>\n");
PageBlue(q($this->getTitle()), $this->getIcon());
// print error messages from the configuration
PageBlue(q($this->getTitle()), $this->getIcon());
// print error messages from the configuration
This page took
0.031209 seconds
and
4
git commands to generate.