]> dev.renevier.net Git - syj.git/blob - application/crons/pending.php
fixes: forgot to include GeoJSON format in ol release script
[syj.git] / application / crons / pending.php
1 <?php
2 $mapper = new Syj_Model_PendingMapper();
3 foreach ($mapper->fetchAll() as $pending) {
4     $pending->notify();
5 }