it out. If someone can point me to an example, it will go much quicker.
If you have a $client object (which I assume you do in a screensaver):
$client->string('CURRENTLY')
If you want to be safe, in case $client wasn't defined (unlikely, but
anyway):
Slim::Utils::Strings::cstring($client, 'CURRENTLY') -- Michael _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
