logo       
Google Custom Search
    AddThis Social Bookmark Button
-->

[ phpopencounter-Bugs-681153 ] API_CALL 'top' results in sql error: msg#00009

Subject: [ phpopencounter-Bugs-681153 ] API_CALL 'top' results in sql error
Bugs item #681153, was opened at 2003-02-05 11:29
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101716&aid=681153&group_id=1716

Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: API_CALL 'top' results in sql error

Initial Comment:
Hi Sebastian,

I am enjoying your software - great work.

However, I ran across an SQL error when using the API.
Here is the API I used to get at the resolution data.

    $result = phpOpenTracker::get(
      array(
        'client_id' => $clientID,
        'api_call'  => 'top',
        'what'      => 'resolution',
        'start'     => $start,
        'end'       => $end,
        'limit'     => $limit
      )
    );

The error comes as a result of calling this API and
occurs on lines 83-89 of your plugins/top.php file:


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=101716&aid=681153&group_id=1716


-------------------------------------------------------
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vasoftware.com


<Prev in Thread] Current Thread [Next in Thread>