Changeset 519559
- Timestamp:
- 03/15/2012 08:32:59 PM (14 years ago)
- File:
-
- 1 edited
-
database-peek/trunk/database-peek.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
database-peek/trunk/database-peek.php
r519552 r519559 341 341 <?php echo "$tid = $row"; ?> 342 342 </h3> 343 <?php 344 if (count($rows) == 0) : 345 echo _("$tid = $row could not be found!"); 346 echo '<br>'; 347 else: 348 ?> 343 349 <table class="widefat"> 344 350 <thead><tr> … … 368 374 </tbody></table> 369 375 <?php 376 endif; 370 377 371 378 foreach ($this->wp_sitetables_fks as $key => $fks) {
Note: See TracChangeset
for help on using the changeset viewer.