Share » Forums » Developer » Workflow .. befor read wan`t work...

Workflow .. befor read wan`t work normaly !?

Workflow .. befor read wan`t work normaly !?

Monday 19 May 2003 8:40:58 am - 1 reply

Author Message

Selmah Maxim

Monday 19 May 2003 9:33:56 am

ahhhhaa ... found it .. thx for help :)

_______

if($ActiveTo <= $Now)
{
$query = "update ezcontentobject_attribute set data_int ='0' where id='$CompanyStatusValueID' ";
$db->query($query);
$process->Template = array( 'templateName' => 'design:' . 'data_not_active' . '.tpl');
return EZ_WORKFLOW_TYPE_STATUS_FETCH_TEMPLATE_REPEAT;

}

elseif($status[0][data_int] == 0)
{
$process->Template = array( 'templateName' => 'design:' . 'data_not_active' . '.tpl');
return EZ_WORKFLOW_TYPE_STATUS_FETCH_TEMPLATE_REPEAT;
}
_______________

but what u think which is faster for browesing, to but in cron job or like this ?
do u have idea, or any way to view for the admin the not active data pages ?

You must be logged in to post messages in this topic!

36 542 Users on board!

Forums menu