Known issues: http://drupal.org/project/issues/arooga
Development snapshot for the Drupal 7 branch.
D7 compatible.
Now you don't have to worry with declaring the globals, they're already available using the ca class of the classAct module.
function myFunc () { $admin = FALSE; if (ca::$user->uid == 1) { $admin = TRUE; } }
First release of the Drupal 7 version of Painted Wall