summaryrefslogtreecommitdiffstats
path: root/application/modules/user/views/scripts/pool/index.phtml
diff options
context:
space:
mode:
authorBjörn Geiger2011-03-29 15:23:28 +0200
committerBjörn Geiger2011-03-29 15:23:28 +0200
commit6b7b96530dbc0d71cfc2fe724bd346fb47a625e4 (patch)
treeba8657e6ff29521d4067d624307d54ce6d90c113 /application/modules/user/views/scripts/pool/index.phtml
parentFehler in RightModel korrigiert (diff)
parentMerge branch 'master' of openslx.org:lsfks/master-teamprojekt/pbs2 (diff)
downloadpbs2-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/index.phtml')
-rw-r--r--application/modules/user/views/scripts/pool/index.phtml2
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>