Update of /cvsroot/phpida/ida
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3513
Modified Files:
ida.php
Log Message:
Small visual adjustments.
Updated version to -dev
Index: ida.php
===================================================================
RCS file: /cvsroot/phpida/ida/ida.php,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -d -r1.24 -r1.25
*** ida.php 21 Aug 2007 18:56:55 -0000 1.24
--- ida.php 21 Aug 2007 19:12:23 -0000 1.25
***************
*** 8,12 ****
* https://sourceforge.net/projects/phpida/
*
! */ define('_VERSION', '0.0.3');
class ida{
--- 8,13 ----
* https://sourceforge.net/projects/phpida/
*
! */
! define('_VERSION', '0.0.3-dev');
class ida{
***************
*** 372,376 ****
function genReport() {
if($this->hasOutput==1 || $this->optShowSummary == true) {
! fwrite(STDOUT, "-- Ida (v " . _VERSION . ") summary -------------------------------------------\n");
fwrite(STDOUT, " Finish date: ".date("l F j H:i Y")."\n");
fwrite(STDOUT, " Lines analyzed: ".$this->statsProcLines."\n");
--- 373,377 ----
function genReport() {
if($this->hasOutput==1 || $this->optShowSummary == true) {
! fwrite(STDOUT, "-- Ida (v " . _VERSION . ") summary --------------------------------------------------\n");
fwrite(STDOUT, " Finish date: ".date("l F j H:i Y")."\n");
fwrite(STDOUT, " Lines analyzed: ".$this->statsProcLines."\n");
|