PluginProbe
Tutor LMS – eLearning and online course solution / 3.8.2
Tutor LMS – eLearning and online course solution v3.8.2
4.0.7 4.0.6 4.0.5 4.0.4 4.0.3 4.0.2 4.0.1 4.0.0 3.9.15 3.9.14 3.9.13 3.9.12 3.9.11 trunk 1.0.0 1.0.0-alpha 1.0.1 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 All 191 releases
← All changes | classes/Shortcode.php +2 -2 trunk3.8.2 View file →
@@ -406,9 +406,9 @@
406 406 $course_taxonomy = CourseModel::COURSE_CATEGORY;
407 407
408 408 $remaining_categories = $wpdb->get_var(
409 409 $wpdb->prepare(
410 - "SELECT
410 + "SElECT
411 411 COUNT(*) AS total
412 412 FROM {$wpdb->terms} AS term
413 413 INNER JOIN {$wpdb->term_taxonomy} AS taxonomy
414 414 ON taxonomy.term_id = term.term_id AND taxonomy.taxonomy = %s
@@ -421,9 +421,9 @@
421 421 );
422 422
423 423 $add_categories = $wpdb->get_results(
424 424 $wpdb->prepare(
425 - "SELECT
425 + "SElECT
426 426 *
427 427 FROM {$wpdb->terms} term
428 428 INNER JOIN {$wpdb->term_taxonomy} as taxonomy
429 429 ON taxonomy.term_id = term.term_id AND taxonomy.taxonomy = %s