In php/midgard/mgd_main.c is the
#error
on line 376 supposed to be there?

It gives me jolly errors.

Sam

    va_start(args, order);
#ifdef MIDGARD_SITEGROUPS
    res = mgd_sitegroup_vselect(rcfg->mgd, fields, tables, where, order,
args);
#error
#else
    res = mgd_ungrouped_vselect(rcfg->mgd, fields, tables, where, order,
args);
#endif
    va


--
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