Changeset 7144

Show
Ignore:
Timestamp:
10/26/08 05:14:14 (5 years ago)
Author:
xrobau
Message:

mickecarlsson pointed out that it actually DIDN'T work, and I was full of it. I humbly apologise, and now it DOES!

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • contributed_modules/modules/cidroute/page.cidroute.php

    r7133 r7144  
    5454  switch ($action) { 
    5555    case "add": 
    56       cidroute_add($_POST); 
     56      cidroute_add($_REQUEST); 
    5757      redirect_standard(); 
    5858    break; 
    5959    case "alter": 
    60       cidroute_alter($_POST); 
     60      cidroute_alter($_REQUEST); 
    6161      showEdit($itemid,$cidmaps); 
    6262  #   needreload(); 
     
    6464    break; 
    6565    case "delmaps": 
    66       cidroute_delmaps($_POST); 
     66      cidroute_delmaps($_REQUEST); 
    6767      showEdit($itemid,$cidmaps); 
    6868    break; 
     
    106106   
    107107function showNew() { 
     108  global $dispnum; 
    108109  showHeader(); 
    109110?>