Changeset 2293950
- Timestamp:
- 04/28/2020 10:28:23 PM (6 years ago)
- Location:
- virtual-queue/trunk
- Files:
-
- 2 edited
-
public/class-virtual-queue-public.php (modified) (1 diff)
-
virtual-queue.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
virtual-queue/trunk/public/class-virtual-queue-public.php
r2292976 r2293950 340 340 */ 341 341 $allow_counter = $vq_sessions_limit_number - self::activeCounter(); 342 $wpdb->query("update $table set status=1 ORDER BY id ASC LIMIT $allow_counter");342 $wpdb->query("update $table set status=1 where status=0 ORDER BY id ASC LIMIT $allow_counter"); 343 343 344 344 /** -
virtual-queue/trunk/virtual-queue.php
r2293063 r2293950 20 20 * Author: Alex Uta 21 21 * Author URI: https://warpknot.com/ 22 * Donate link: https://www.paypal.me/wknt23 22 * License: GPL-2.0+ 24 23 * License URI: http://www.gnu.org/licenses/gpl-2.0.txt
Note: See TracChangeset
for help on using the changeset viewer.