summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: df66ab3)
raw | patch | inline | side by side (parent: df66ab3)
author | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 May 2006 06:19:52 +0000 (06:19 +0000) | ||
committer | hickert <hickert@594d385d-05f5-0310-b6e9-bd551577e9d8> | |
Wed, 10 May 2006 06:19:52 +0000 (06:19 +0000) |
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@3244 594d385d-05f5-0310-b6e9-bd551577e9d8
include/class_MultiSelectWindow.inc | patch | blob | history |
index e109a48ab577a56ebfe32f58779ea41917c1e744..988a719479691d76486a248d255fc3146709a2e5 100644 (file)
/* Draw the list with all list elements and filters */
function Draw()
{
+
+ /* Check for exeeded sizelimit */
+ if (($message= check_sizelimit()) != ""){
+ return($message);
+ }
+
$smarty = get_smarty();
$divlist = new divlist($this->string_Title);