Changeset 1161
- Timestamp:
- 06/24/2008 03:22:06 PM (2 years ago)
- Files:
-
- 1 modified
-
branches/1.1.6.6/formatters/wakka.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/1.1.6.6/formatters/wakka.php
r971 r1161 42 42 $thing = $things[1]; 43 43 $result=''; 44 44 $valid_filename = ''; 45 45 46 static $oldIndentLevel = 0; 46 47 static $oldIndentLength= 0; … … 63 64 static $trigger_l = array(-1, 0, 0, 0, 0, 0); 64 65 static $output = ''; 65 static $valid_filename = '';66 66 static $invalid = ''; 67 67 static $curIndentType;