diff --git a/includes/view.inc b/includes/view.inc index 514e1f29f66342fc23a1284188a8f3f86ca37869..69ba6cfc4ac68da57192a7548848ab8967bbfe96 100644 --- a/includes/view.inc +++ b/includes/view.inc @@ -27,6 +27,13 @@ class view extends views_db_object { */ var $name = ""; + /** + * The id of the view, which is used only for views in the database. + * + * @var number + */ + var $vid; + // State variables var $built = FALSE; var $executed = FALSE;