| 1 |
<?php |
<?php |
| 2 |
// $Id: copyright.install,v 1.4.4.9 2007/06/18 06:19:05 robrechtj Exp $ |
// $Id: copyright.install,v 1.4.4.10 2007/10/05 15:47:40 robrechtj Exp $ |
| 3 |
|
|
| 4 |
/** |
/** |
| 5 |
* @file |
* @file |
| 219 |
variable_del('copyright-default'); |
variable_del('copyright-default'); |
| 220 |
foreach ((array)node_get_types() as $type => $object) { |
foreach ((array)node_get_types() as $type => $object) { |
| 221 |
variable_del('copyright-enable_'. $type); |
variable_del('copyright-enable_'. $type); |
| 222 |
|
variable_del('copyright-display_'. $type); |
| 223 |
} |
} |
| 224 |
} |
} |
| 225 |
|
|