Before Runing Cronjob ===================== mysql> select * from ezx_mbpaex; +------------------+------------------------+-----------------------------+-----------------------+------------------+--------------------------+----------------+ | contentobject_id | expirationnotification | expirationnotification_sent | password_last_updated | passwordlifetime | passwordvalidationregexp | updatechildren | +------------------+------------------------+-----------------------------+-----------------------+------------------+--------------------------+----------------+ | 4 | 172800 | 0 | 0 | 3 | | -1 | | 10 | 172800 | 0 | 0 | 3 | | -1 | | 11 | 172800 | 0 | 0 | 4 | | 1 | | 12 | 172800 | 0 | 0 | 3 | | -1 | | 13 | 172800 | 0 | 0 | 3 | | -1 | | 14 | 172800 | 0 | 1298984979 | 3 | | -1 | | 42 | 172800 | 0 | 0 | 3 | | -1 | | 57 | 172800 | 0 | 0 | 3 | | -1 | +------------------+------------------------+-----------------------------+-----------------------+------------------+--------------------------+----------------+ 8 rows in set (0.00 sec) After Runing Cronjob php runcronjobs.php ezmbpaex_updatechildren ================================================================ mysql> select * from ezx_mbpaex; +------------------+------------------------+-----------------------------+-----------------------+------------------+--------------------------+----------------+ | contentobject_id | expirationnotification | expirationnotification_sent | password_last_updated | passwordlifetime | passwordvalidationregexp | updatechildren | +------------------+------------------------+-----------------------------+-----------------------+------------------+--------------------------+----------------+ | 4 | 172800 | 0 | 0 | 3 | | -1 | | 10 | 172800 | 0 | 0 | 3 | | -1 | | 11 | 172800 | 0 | 0 | 4 | | 0 | | 12 | 172800 | 0 | 0 | 3 | | -1 | | 13 | 172800 | 0 | 0 | 3 | | -1 | | 14 | 172800 | 0 | 1298984979 | 3 | | -1 | | 42 | 172800 | 0 | 0 | 3 | | -1 | | 57 | 172800 | 0 | 0 | 4 | | -1 | +------------------+------------------------+-----------------------------+-----------------------+------------------+--------------------------+----------------+ 8 rows in set (0.00 sec)