Ignore:
Timestamp:
2006/12/11 09:37:26 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/test-xoops.ec-cube.net/html/modules/mylinks/modlink.php

    r663 r665  
    6363    $url = $myts->makeTboxData4Save($_POST["url"]); 
    6464    $logourl = $myts->makeTboxData4Save($_POST["logourl"]); 
    65     $cid = intval($_POST["cid"]); 
     65    //$cid = intval($_POST["cid"]); 
     66$cid=1; 
    6667    $title = $myts->makeTboxData4Save($_POST["title"]); 
    6768    $description = $myts->makeTareaData4Save($_POST["description"]); 
Note: See TracChangeset for help on using the changeset viewer.