Request Error
-
Hi,
I found an error in sql request on file includes/gedshow_db_handler.php using Version 2.1.0Lines 174 and 176 on the request
$Results = $wpdb->get_results($wpdb->prepare(“SELECT , COUNT() totalcount FROM $names_tbl WHERE living LIKE ‘N’ AND LEFT(surname,1)= %s GROUP BY surname ASC”, $letter));
Need to remove ASC at the end of the request.
Best Regards
Franck
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Request Error’ is closed to new replies.