diff options
| author | Björn Geiger | 2011-03-29 15:23:28 +0200 |
|---|---|---|
| committer | Björn Geiger | 2011-03-29 15:23:28 +0200 |
| commit | 6b7b96530dbc0d71cfc2fe724bd346fb47a625e4 (patch) | |
| tree | ba8657e6ff29521d4067d624307d54ce6d90c113 /application/modules/user/views/scripts/pool | |
| parent | Fehler in RightModel korrigiert (diff) | |
| parent | Merge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff) | |
| download | pbs2-6b7b96530dbc0d71cfc2fe724bd346fb47a625e4.tar.gz pbs2-6b7b96530dbc0d71cfc2fe724bd346fb47a625e4.tar.xz pbs2-6b7b96530dbc0d71cfc2fe724bd346fb47a625e4.zip | |
Merge branch 'master' of ssh://git.openslx.org/lsfks/master-teamprojekt/pbs2
Diffstat (limited to 'application/modules/user/views/scripts/pool')
| -rw-r--r-- | application/modules/user/views/scripts/pool/index.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/application/modules/user/views/scripts/pool/index.phtml b/application/modules/user/views/scripts/pool/index.phtml index b6e50c3..2890768 100644 --- a/application/modules/user/views/scripts/pool/index.phtml +++ b/application/modules/user/views/scripts/pool/index.phtml @@ -91,7 +91,7 @@ <?php endforeach ?> </table> -<?php if (count($this->freeclients)>0): ?> +<?php if (isset($this->freeclients) && count($this->freeclients)>0): ?> <h2>Free clients</h2> <table > <tr> |
