Plugin Directory

Changeset 1521163


Ignore:
Timestamp:
10/24/2016 02:28:52 PM (9 years ago)
Author:
dgledson
Message:

consertado o edit nas pesquisas

File:
1 edited

Legend:

Unmodified
Added
Removed
  • webcourier/trunk/views/pesquisa_edit.php

    r1373354 r1521163  
    3434    $survey_idx = 9999999999;
    3535}
     36$admin_email = get_option('admin_email');
    3637?>
    3738<div class="wrap webcourier-search" ng-app="pesquisa">
     
    160161                var url = '<?= $pesquisa_url; ?>';
    161162                var currentEvent = '<?= $currentEvento ? $currentEvento : '0'; ?>';
     163                var admin_email = '<?= $admin_email ? $admin_email : '';  ?>';
    162164    </script>
    163165
Note: See TracChangeset for help on using the changeset viewer.