- Timestamp:
- 01/07/2021 10:25:00 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/api.wordpress.org/public_html/events/1.0/index.php
r10555 r10557 370 370 WHERE name = %s 371 371 ORDER BY 372 FIELD( %s, country ) DESC, 372 373 alt ASC, 373 374 population > 0 DESC, 374 FIELD( %s, country ) DESC,375 375 FIELD( %s, timezone ) DESC, 376 376 LEFT( type, 1 ) = "P" DESC, … … 394 394 WHERE name LIKE %s 395 395 ORDER BY 396 FIELD( %s, country ) DESC, 396 397 alt ASC, 397 398 population > 0 DESC, 398 FIELD( %s, country ) DESC,399 399 FIELD( %s, timezone ) DESC, 400 400 LEFT( type, 1 ) = "P" DESC, … … 415 415 return $row; 416 416 } 417 418 417 419 418 /**
Note: See TracChangeset
for help on using the changeset viewer.