Changeset 2022507
- Timestamp:
- 01/31/2019 08:45:02 AM (7 years ago)
- Location:
- callsheet
- Files:
-
- 2 edited
-
tags/1.0.1/admin/partials/callsheet-admin-display.php (modified) (1 diff)
-
trunk/admin/partials/callsheet-admin-display.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
callsheet/tags/1.0.1/admin/partials/callsheet-admin-display.php
r2022433 r2022507 15 15 <!-- This file should primarily consist of HTML with a little bit of PHP. --> 16 16 <?php 17 echo 'test'; die;17 18 18 global $wpdb; 19 19 $client_master = $wpdb->prefix.'call_sheet_client_master'; -
callsheet/trunk/admin/partials/callsheet-admin-display.php
r2022431 r2022507 15 15 <!-- This file should primarily consist of HTML with a little bit of PHP. --> 16 16 <?php 17 echo 'test'; die;17 18 18 global $wpdb; 19 19 $client_master = $wpdb->prefix.'call_sheet_client_master';
Note: See TracChangeset
for help on using the changeset viewer.