### Eclipse Workspace Patch 1.0 #P token Index: token.inc =================================================================== RCS file: /cvs/drupal/contributions/modules/token/Attic/token.inc,v retrieving revision 1.1.2.9 diff -u -r1.1.2.9 token.inc --- token.inc 11 May 2007 22:33:52 -0000 1.1.2.9 +++ token.inc 31 May 2007 21:41:42 -0000 @@ -128,7 +128,7 @@ if (!isset($depth)) { $depth = 1; } - elseif ($depth = 1) { + elseif ($depth == 1) { $depth++; } else {