diff options
| author | michael pereira | 2011-03-16 17:28:52 +0100 |
|---|---|---|
| committer | michael pereira | 2011-03-16 17:28:52 +0100 |
| commit | c4037e25f2dfdbe8440c3aade2bfb76bbea7c65d (patch) | |
| tree | f5b4b2c8c261a42fb92d549f872baa3af132ddd9 /library/Pbs/PbsNotifier.php | |
| parent | KCL jetzt auf 175 zeichen begrentzt (diff) | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-c4037e25f2dfdbe8440c3aade2bfb76bbea7c65d.tar.gz pbs2-c4037e25f2dfdbe8440c3aade2bfb76bbea7c65d.tar.xz pbs2-c4037e25f2dfdbe8440c3aade2bfb76bbea7c65d.zip | |
Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'library/Pbs/PbsNotifier.php')
| -rw-r--r-- | library/Pbs/PbsNotifier.php | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/library/Pbs/PbsNotifier.php b/library/Pbs/PbsNotifier.php deleted file mode 100644 index b079f2d..0000000 --- a/library/Pbs/PbsNotifier.php +++ /dev/null @@ -1,27 +0,0 @@ -<?php - -class Pbs_PbsNotifier{ - - - public function notify($boxstyle, $action, $result){ - switch($boxstyle){ - default: - case "info": - $boxstyle = 'infobox'; - break; - case "warning": - $boxstyle = 'warning'; - break; - case "ok": - $boxstyle = 'okbox'; - break; - case "error": - $boxstyle = 'errorbox'; - break; - } - - - } -} - -?> |
