You are here

constant DRAGGABLEVIEWS_DBQUERY_LIMIT in DraggableViews 6.3

Same name and namespace in other branches
  1. 7 draggableviews.module \DRAGGABLEVIEWS_DBQUERY_LIMIT
3 uses of DRAGGABLEVIEWS_DBQUERY_LIMIT
draggableviews_views_pre_execute in ./draggableviews.module
Implementing hook_views_pre_execute
_draggableviews_click_sort in ./draggableviews.inc
Click Sort
_draggableviews_rebuild_hierarchy in ./draggableviews.inc
Rebuild hierarchy

File

./draggableviews.module, line 16
Draggableviews module provides a style plugin for views. With this plugin rows become draggable and can be organized in complex structures.

Code

define('DRAGGABLEVIEWS_DBQUERY_LIMIT', 99999999);