Diff of /mambo/branches/4.6/includes/core.classes.php
Parent Directory
|
Revision Log
|
Patch
| revision 1072, Mon Apr 23 14:20:03 2007 UTC | revision 1073, Mon Apr 23 14:22:55 2007 UTC | |
|---|---|---|
| # | Line 1971 | Line 1971 |
| 1971 | if (isset($result[0])) return $result[0]; | if (isset($result[0])) return $result[0]; |
| 1972 | return null; | return null; |
| 1973 | } | } |
| 1974 | ||
| 1975 | function getBot($element, $folder) { | |
| 1976 | foreach ($this->_bots as $i=>$bot) { | |
| 1977 | if ($bot->folder == $folder && $bot->element == $element){ | |
| 1978 | $returnBot = $bot; | |
| 1979 | break; | |
| 1980 | } | |
| 1981 | } | |
| 1982 | return $returnBot; | |
| 1983 | } | |
| 1984 | } | } |
| 1985 | ||
| 1986 | /** | /** |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.0.0 |
Web Hosting provided by Network Redux.

