Hi.
when I go to Article Object Definition in the manual I get the Attachment
Object Definition. Is this wrong? Is it going to be fixed?

Also, I can't get the update() function to work on an article. Heres the
script:
<?php
2: function listpage($id)

3: $list = mgd_list_pages($id);
4: while( $list->fetch() )

5:  echo "<h1>Side:".$list->name . ":</h1>";
6:  echo "ID:". $list->id . "<br><br>";
7: $list->sitegroup = "2";
8: $list->update();
9: echo "$list->sitegroup";

and so on.

Basicly I get the message: unknown function update.

Whats wrong?

Tarjei


--
This is The Midgard Project's mailing list. For more information,
please visit the project's web site at http://www.midgard-project.org

To unsubscribe the list, send an empty email message to address
[EMAIL PROTECTED]

Reply via email to