summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 9fef051)
raw | patch | inline | side by side (parent: 9fef051)
author | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Jan 2010 17:14:45 +0000 (17:14 +0000) | ||
committer | cajus <cajus@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Tue, 19 Jan 2010 17:14:45 +0000 (17:14 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@15213 594d385d-05f5-0310-b6e9-bd551577e9d8
gosa-core/include/class_sortableListing.inc | patch | blob | history |
diff --git a/gosa-core/include/class_sortableListing.inc b/gosa-core/include/class_sortableListing.inc
index 6c8e65647619dc9c3cd6472bbd879a21ae3c43d5..19c3c26a0122a6e5de4a30cb55bd56d84aa46647 100644 (file)
// Append to data and mapping
$this->data[]= $entry;
- $this->displayData[]= $displayData;
+ $this->displayData[]= $displayEntry;
$this->mapping[]= count($this->mapping);
}