/[drupal]/contributions/modules/pirate/pirate.module
ViewVC logotype

Diff of /contributions/modules/pirate/pirate.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch 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  }  }
 ?>  

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.4.2.1

  ViewVC Help
Powered by ViewVC 1.1.2