Changeset 10437

Show
Ignore:
Timestamp:
10/22/10 18:01:07 (3 years ago)
Author:
p_lindheimer
Message:

Merged revisions 10430 via svnmerge from
http://svn.freepbx.org/modules/branches/2.7

........

r10430 | p_lindheimer | 2010-10-22 14:50:43 -0700 (Fri, 22 Oct 2010) | 1 line


fix utility tool

........

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/branches/2.8

    • Property svnmerge-integrated changed from /modules/branches/2.7:1-9074,9105,10001,10196,10253,10264,10295,10355 /modules/branches/2.9:1-10122 to /modules/branches/2.7:1-9074,9105,10001,10196,10253,10264,10295,10355,10430 /modules/branches/2.9:1-10122
  • modules/branches/2.8/fw_fopsvn.pl

    r9748 r10437  
    3232  print "Geting svn log since that version for $rver : .... \n\n"; 
    3333  $svnver = system("svn log http://svn.freepbx.org/freepbx/$fwbranch/amp_conf/htdocs_panel -r `tar -zxOf ".$filename." ".$moddir."/svnversion.txt | sed -e s/SVN\\\ VERSION://`:HEAD"); 
     34  $svnver = system("svn log http://svn.freepbx.org/freepbx/$fwbranch/amp_conf/bin/retrieve_op_conf_from_mysql.php -r `tar -zxOf ".$filename." ".$moddir."/svnversion.txt | sed -e s/SVN\\\ VERSION://`:HEAD"); 
     35  $svnver = system("svn log http://svn.freepbx.org/freepbx/$fwbranch/amp_conf/bin/retrieve_op_conf_from_mysql.pl -r `tar -zxOf ".$filename." ".$moddir."/svnversion.txt | sed -e s/SVN\\\ VERSION://`:HEAD"); 
    3436