Ignore:
Timestamp:
Jan 17, 2014, 11:19:44 PM (10 years ago)
Author:
rvelices
Message:

admin rating improvements

  • use web service for deletion
  • use datatables for rating by user
  • use fontello icons
File:
1 edited

Legend:

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

    r26461 r26837  
    272272    $query .= ' AND anonymous_id=\''.$params['anonymous_id'].'\'';
    273273  }
     274  if (!empty($params['image_id']))
     275  {
     276    $query .= ' AND element_id='.$params['image_id'];
     277  }
    274278
    275279  $changes = pwg_db_changes(pwg_query($query));
Note: See TracChangeset for help on using the changeset viewer.