]> git.mxchange.org Git - friendica.git/blobdiff - boot.php
Merge pull request #12025 from annando/no-boot-src-module
[friendica.git] / boot.php
index 1716956fa1ad962da221989cd4633b552c575b23..60c8bf5a30ebbfdb750d949b40d8bfb6ea066b8a 100644 (file)
--- a/boot.php
+++ b/boot.php
 
 use Friendica\Core\Session;
 
-/**
- * @name Gravity
- *
- * Item weight for query ordering
- * @{
- */
-define('GRAVITY_PARENT',       0);
-define('GRAVITY_ACTIVITY',     3);
-define('GRAVITY_COMMENT',      6);
-define('GRAVITY_UNKNOWN',      9);
-/* @}*/
-
 /**
  * Returns the user id of locally logged in user or false.
  *