]> dev.renevier.net Git - syj.git/blob - application/crons/pending.php
some files were missing copyright information
[syj.git] / application / crons / pending.php
1 <?php
2 /*  This file is part of Syj, Copyright (c) 2010-2011 Arnaud Renevier,
3     and is published under the AGPL license. */
4
5 $mapper = new Syj_Model_PendingMapper();
6 foreach ($mapper->fetchAll() as $pending) {
7     $pending->notify();
8 }