Changeset 3872:39861f53bcc0 for plugins
Legend:
- Unmodified
- Added
- Removed
-
plugins/importExport/inc/flat/class.flat.backup.php
r3731 r3872 124 124 } 125 125 126 public function drop( )126 public function drop(...$args) 127 127 { 128 foreach ( func_get_args()as $n) {128 foreach ($args as $n) { 129 129 if (isset($this->__data[$n])) { 130 130 unset($this->__data[$n]);
Note: See TracChangeset
for help on using the changeset viewer.