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

Diff of /contributions/modules/rpg/rpg.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.59, Sat Apr 26 01:03:25 2008 UTC revision 1.60, Sat Apr 26 01:16:29 2008 UTC
# Line 1  Line 1 
1  <?php  <?php
2  // $Id: rpg.module,v 1.58 2008/03/08 00:31:03 aaron Exp $  // $Id: rpg.module,v 1.59 2008/04/26 01:03:25 aaron Exp $
3    
4  /**  /**
5   *  @mainpage RPG   *  @mainpage RPG
# Line 917  function rpg_available_pc_types($user) { Line 917  function rpg_available_pc_types($user) {
917  function rpg_create_pc_page() {  function rpg_create_pc_page() {
918    global $user;    global $user;
919    $pc_types = rpg_available_pc_types($user);    $pc_types = rpg_available_pc_types($user);
   global $user;  
920    $pc_type = arg(3);    $pc_type = arg(3);
921    if ($pc_type && isset($pc_types[$pc_type])) {    if ($pc_type && isset($pc_types[$pc_type])) {
922      $type = $pc_types[$pc_type];      $type = $pc_types[$pc_type];

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

  ViewVC Help
Powered by ViewVC 1.1.2