phptest-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [Phptest-users] Possible to sort test results by group?


From: Brandon
Subject: RE: [Phptest-users] Possible to sort test results by group?
Date: Thu, 19 Jun 2003 08:52:16 -0700 (PDT)

put a semicolon at the end of that line.


--- address@hidden wrote:
> > It's not possible to do currently, but you can add
> > support to do it pretty easily.  For example, here
> is
> > a quick hack to do it.  Add the following to
> > view_results.php
> > 
> >     if (!empty($group)) {
> >        $group_id = pt_get_group_id($group)
> >        $query .= "WHERE group_id = $group_id ";
> >     }
> 
> When I try to view results, I now get this:
> Parse error: parse error, unexpected T_VARIABLE in
> /var/www/html/wals/phptest/view_results.php on line
> 62
> 
> Line 62 is this:
> $group_id = pt_get_group_id($group)
> 
> Any ideas?
> 
> Jody
> 
> 
> _______________________________________________
> Phptest-users mailing list
> address@hidden
>
http://mail.nongnu.org/mailman/listinfo/phptest-users





reply via email to

[Prev in Thread] Current Thread [Next in Thread]