[pmwiki-users] Properties

Sebastian Siedentopf schlaefer at macnews.de
Tue Dec 13 15:55:40 CST 2005


Am 13.12.2005 um 22:24 schrieb Patrick R. Michaud:
> The code is basically:
>
>     global $Properties;
>     foreach($SaveProperties as $prop) {
>       if (isset($Properties[$prop])) $new[$prop] = $Properties[$prop];
>       else unset($new[$prop]);
>     }

This makes completly sense now and works as I would expect. I had a  
more complicated implemention in mind. Thanks for the insight.

Sebastian




More information about the pmwiki-users mailing list