Subversion Repositories eFlore/Applications.cel

Rev

Rev 1080 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1080 Rev 1126
Line 144... Line 144...
144
				//	like '% -%'
144
				//	like '% -%'
145
				$temp = str_replace(' -', '-', $temp);
145
				$temp = str_replace(' -', '-', $temp);
Line 146... Line 146...
146
 
146
 
Line -... Line 147...
-
 
147
				$this->debug['parse_auth'][] = "6 (temp:$temp)";
147
				$this->debug['parse_auth'][] = "6 (temp:$temp)";
148
				
Line 148... Line 149...
148
				
149
				$elapsed_chars = '';
Line 149... Line 150...
149
				foreach( explode(' ', $temp) as $this_word ) {
150
				foreach( explode(' ', $temp) as $this_word ) {