Parent Directory
|
Revision Log
|
Revision Graph
|
Patch
| revision 1.4, Wed Nov 14 20:24:31 2007 UTC | revision 1.4.2.1, Thu Mar 6 10:35:53 2008 UTC | |
|---|---|---|
| # | Line 181 function avast($stub = '',$chance = 5) { | Line 181 function avast($stub = '',$chance = 5) { |
| 181 | shuffle($shouts); | shuffle($shouts); |
| 182 | return (((1 == rand(1,$chance))?array_shift($shouts):$stub) . ' '); | return (((1 == rand(1,$chance))?array_shift($shouts):$stub) . ' '); |
| 183 | } | } |
| ?> |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.2 |