* Thus wrote Matt Richards ([EMAIL PROTECTED]):
> Imagine the following:
> 
> 362>class someClass {
> 363>  function someFunction() {
> 364>    if($rDirectory = opendir("/templates")) {
> 365>      while(false != ($strFile = readdir($srDirectory))) {
 
Looks like a typo, you're assigning rDirectory but using
srDirectory.




Curt
-- 
First, let me assure you that this is not one of those shady pyramid schemes
you've been hearing about.  No, sir.  Our model is the trapezoid!

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to