2008/09/06(土)2008-09-06

Qdmaiのダウンロードページはこちら
  • 2008-09-05
    • 1.1.0b
      attachモードの追加修正。array('test.jpg','test2.jpg'...)でも追加できるようにした。
      attachSimple( $bool = null ) or インラインモード時のみ


      decoFixメソッドの改良
      decoSelectメソッドの改良追加
      デバッグモードの文字コード整理
		if( ($this->inline_mode || $this->attach_simple) && !is_array($param[0])){
			foreach($param as $one){
				$param_temp[] = array( $one );
			}
			$param = $param_temp;
		}