You are here

constant DRAGGABLEVIEWS_DBQUERY_LIMIT in DraggableViews 7

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

File

./draggableviews.module, line 17
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);