Skip to content

Commit

Permalink
Added Category Permission ID (catpermid) to the list of constants
Browse files Browse the repository at this point in the history
  • Loading branch information
bauerjj committed Jan 5, 2013
1 parent ef53b4e commit 98b2cf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sphinxconstants.php
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@

//these are ONLY stored
define ('SS_ATTR_DOCID','docid');
define ('SS_ATTR_CATPERMID','catpermid');
define ('SS_ATTR_ISCOMMENT','iscomment');
define ('SS_ATTR_DOCDATEINSERTED','docdateinserted');
define ('SS_ATTR_COUNTVIEWS','countviews');
Expand Down

0 comments on commit 98b2cf5

Please sign in to comment.