#!/usr/bin/env php . */ print "BEGIN\n"; define('INSTALLDIR', realpath(dirname(__FILE__) . '/..')); require_once INSTALLDIR.'/scripts/commandline.inc'; common_log(LOG_INFO, 'Beginning conversion...'); $sn = new Status_network(); $sn->find(); while ($sn->fetch()) { $sn->setTags(explode('|', $sn->tags)); }