Changeset 2021217
- Timestamp:
- 01/29/2019 02:02:19 PM (7 years ago)
- Location:
- wp-db-table-editor/trunk
- Files:
-
- 3 edited
-
DBTableEditor.class.php (modified) (1 diff)
-
ReleaseNotes.txt (modified) (1 diff)
-
db-table-editor.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
wp-db-table-editor/trunk/DBTableEditor.class.php
r2018738 r2021217 62 62 $sql = insert_where ($sql, $where); 63 63 } 64 $haslimit = preg_match('/limit\s+\d+/i' );64 $haslimit = preg_match('/limit\s+\d+/i', $sql); 65 65 if(!$haslimit){ 66 66 $sql .= ' LIMIT '.$limit.' OFFSET '.$offset; -
wp-db-table-editor/trunk/ReleaseNotes.txt
r2018738 r2021217 1 Version: 1.7.1 - 2019-01-28 2 * fix sql limit safeguard 3 1 4 Version: 1.7.0 - 2019-01-24 2 5 * Add page_size, and next and previous buttons to page -
wp-db-table-editor/trunk/db-table-editor.php
r2018738 r2021217 5 5 Plugin URI: http://github.com/AcceleratioNet/wp-db-table-editor 6 6 Description: A plugin that adds "tools" pages to edit database tables 7 Version: 1.7. 07 Version: 1.7.1 8 8 Author: Russ Tyndall @ Acceleration.net 9 9 Author URI: http://www.acceleration.net
Note: See TracChangeset
for help on using the changeset viewer.