X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=banana%2Fspool.inc.php;h=7a483391bd136ebdfec415bd65db8f64d5853bf6;hb=dc5f77ad837f38a80e02699b97a4d7947f2f7f70;hp=8deff176006cb75bddc31e27436299e6f6bbb889;hpb=a08d6bb05a95382a99ff3151b62798b83dc708bd;p=banana.git diff --git a/banana/spool.inc.php b/banana/spool.inc.php index 8deff17..7a48339 100644 --- a/banana/spool.inc.php +++ b/banana/spool.inc.php @@ -9,7 +9,7 @@ require_once dirname(__FILE__) . '/banana.inc.php'; -define('BANANA_SPOOL_VERSION', '0.4'); +define('BANANA_SPOOL_VERSION', '0.5'); /** Class spoolhead * class used in thread overviews @@ -71,6 +71,8 @@ class BananaSpool public $ids; /** thread starts */ public $roots; + /** protocole specific data */ + public $storage = array(); private $unreadnb = 0;