forked from GNUsocial/gnu-social
ad6f0501ff
$sn->tags() returns tag list as array; $sn->hasTag('blah') to check for a particular tag only Could be used to control things in config file: $sn = Status_network::setupSite($_server, $_path, $_wildcard); if (!$sn) { die("No such site"); } if ($sn->hasTag('individual')) { /* blah */ } Note memcached keys are unchanged; if tags are changed from an external tool clear: statusnet:<dbname>:status_network:<key>:<val> for <key>s 'nickname', 'hostname', and 'pathname' |
||
---|---|---|
.. | ||
08to09_pg.sql | ||
08to09.sql | ||
074to080_pg.sql | ||
074to080.sql | ||
foreign_services.sql | ||
innodb.sql | ||
location_namespace.sql | ||
notice_source.sql | ||
rc2torc3.sql | ||
rc3to09.sql | ||
site.sql | ||
sms_carrier.sql | ||
statusnet_pg.sql | ||
statusnet.sql |