summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 160d907)
raw | patch | inline | side by side (parent: 160d907)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Aug 2009 13:30:20 +0000 (13:30 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Thu, 13 Aug 2009 13:30:20 +0000 (13:30 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@14051 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_listing.inc | patch | blob | history |
index ec72b92592dacb627a36de0db0a46219e1f462da..afe75ff91ad9395e16021a9b23b1c822938ccf11 100644 (file)
// Need to fill the list if it's not full (nobody knows why this is 22 ;-))
if (count($this->entries) < 22) {
$result.= "<tr>";
- for ($i= 0; $i<=$num_cols; $i++) {
+ for ($i= 0; $i<$num_cols; $i++) {
if ($i == 0) {
$result.= "<td class='list1nohighlight' style='height:100%;'> </td>";
continue;