„U C H W A Ł A NR 81 / XII / 07 R A D Y G M I N Y P A W Ł O W I C Z K I z dnia 27 grudnia 2007 roku””:PDF w sprawie uchwalenia budżetu Gminy Pawłowiczki na 2008 rok.
add_filter(
'auto_core_update_send_email'
,
'wpb_stop_auto_update_emails'
, 10, 4 );
function
wpb_stop_update_emails(
$send
,
$type
,
$core_update
,
$result
) {
if
( !
empty
(
$type
) &&
$type
==
'success'
) {
return
false;
}
return
true;
}