Ignore:
Timestamp:
2006/11/16 11:45:35 (20 years ago)
Author:
kakinaka
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/trunk/html/shopping/complete.php

    r8343 r8344  
    7070            if (preg_match('/^(https?|ftp)(:\/\/[-_.!~*\'()a-zA-Z0-9;\/?:\@&=+\$,%#]+)$/', $val["value"])) { 
    7171                $arrOther[$key]["value"] = "<a href='#' onClick=\"window.open('". $val . "'); \" >" . $val ."</a>"; 
    72                 sfprintr($arrOther); 
    7372            } 
    7473        } 
    75          
    76          
     74                 
    7775        $objPage->arrOther = $arrOther; 
    7876         
Note: See TracChangeset for help on using the changeset viewer.