pp wrote:

> I got problem with modifying articles form admin site.
> I changed a little admin code because users have to modify only three
> fields
> for article. And now I want to modify article and create another one
> with the same 
> values with another topic ID.
> 
> <? if ($action) {  
>  $topic = mgd_list_topics(12); 
>   while ($produkt_opis->fetch()){ 
>  ?> 
>  <li>&(produkt_opis.name); 
>  <input type=hidden name=produkt value=&(topic.id);> 

At this point, $topic->id will not have been set yet. You must do a
fetch first.

Emile


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to