system_update_last_removed
Definition
system_update_last_removed()
modules/system/system.install, line 1095
Code
<?php
function system_update_last_removed() {
return 1021;
}
?> system_update_last_removed()
modules/system/system.install, line 1095
<?php
function system_update_last_removed() {
return 1021;
}
?>