aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-08-26 20:58:07 -0700
committerfriendica <info@friendica.com>2013-08-26 20:58:07 -0700
commit31b934eb5e65abc0181918cb21b8e51390966a3d (patch)
tree2990391e4c8d4e0538046c14de574d23313f77ae /boot.php
parent7dfd9435f78939166326755792ed8b319e5b5983 (diff)
downloadvolse-hubzilla-31b934eb5e65abc0181918cb21b8e51390966a3d.tar.gz
volse-hubzilla-31b934eb5e65abc0181918cb21b8e51390966a3d.tar.bz2
volse-hubzilla-31b934eb5e65abc0181918cb21b8e51390966a3d.zip
clone sync was trying to update xchan info in the abook loop.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php5
1 files changed, 3 insertions, 2 deletions
diff --git a/boot.php b/boot.php
index d5210df95..0676c3c95 100755
--- a/boot.php
+++ b/boot.php
@@ -293,8 +293,9 @@ define ( 'MENU_ITEM_NEWWIN', 0x0002);
* Poll/Survey types
*/
-define ( 'POLL_SIMPLE_RATING', 0x0001);
-define ( 'POLL_MULTIPLE_CHOICE', 0x0002);
+define ( 'POLL_SIMPLE_RATING', 0x0001); // 1-5
+define ( 'POLL_TENSCALE', 0x0002); // 1-10
+define ( 'POLL_MULTIPLE_CHOICE', 0x0004);
define ( 'POLL_OVERWRITE', 0x8000); // If you vote twice remove the prior entry