Ignore:
Timestamp:
Nov 1, 2013, 10:33:56 AM (10 years ago)
Author:
plg
Message:

syntax error fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/ws_functions.inc.php

    r25245 r25276  
    991991  $result = pwg_query($query);
    992992 
    993   if (pwg_db_num_rows($resul) == 0)
     993  if (pwg_db_num_rows($result) == 0)
    994994  {
    995995    return new PwgError(404, "image_id not found");
Note: See TracChangeset for help on using the changeset viewer.