Diff of /mambo/branches/4.6/includes/sef.php
Parent Directory
|
Revision Log
|
Patch
| revision 237, Mon Feb 6 16:36:18 2006 UTC | revision 238, Tue Feb 7 18:03:58 2006 UTC | |
|---|---|---|
| # | Line 206 | Line 206 |
| 206 | if ($QUERY_STRING) $foundit = true; | if ($QUERY_STRING) $foundit = true; |
| 207 | } | } |
| 208 | elseif ($url_array[1] == $this->prefix) { | elseif ($url_array[1] == $this->prefix) { |
| 209 | $menuhandler = mosMenuHandler::getInstance(); | $menuhandler =& mosMenuHandler::getInstance(); |
| 210 | foreach ($this->custom_name as $i=>$compname) { | foreach ($this->custom_name as $i=>$compname) { |
| 211 | if ($url_array[2] == $compname) { | if ($url_array[2] == $compname) { |
| 212 | $origname = $this->custom_code[$i]; | $origname = $this->custom_code[$i]; |
| # | Line 247 | Line 247 |
| 247 | if (isset($request[1])) $parmset = explode("/", $request[1]); | if (isset($request[1])) $parmset = explode("/", $request[1]); |
| 248 | else $parmset = array(); | else $parmset = array(); |
| 249 | $QUERY_STRING = ''; | $QUERY_STRING = ''; |
| 250 | $menuhandler = mosMenuHandler::getInstance(); | $menuhandler =& mosMenuHandler::getInstance(); |
| 251 | foreach($parmset as $values) { | foreach($parmset as $values) { |
| 252 | $parts = explode(",", $values); | $parts = explode(",", $values); |
| 253 | if (count($parts) > 1) { | if (count($parts) > 1) { |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

