[Astpp-commit] SF.net SVN: astpp: [2168] trunk/astpp-common.pl
Brought to you by:
darrenkw
From: <dar...@us...> - 2007-11-19 10:00:21
|
Revision: 2168 http://astpp.svn.sourceforge.net/astpp/?rev=2168&view=rev Author: darrenkw Date: 2007-11-19 02:00:21 -0800 (Mon, 19 Nov 2007) Log Message: ----------- Card_inuse was being declared twice and the second time was marked as empty. Modified Paths: -------------- trunk/astpp-common.pl Modified: trunk/astpp-common.pl =================================================================== --- trunk/astpp-common.pl 2007-11-19 09:47:43 UTC (rev 2167) +++ trunk/astpp-common.pl 2007-11-19 10:00:21 UTC (rev 2168) @@ -3640,7 +3640,6 @@ $sound->{pin} = "astpp-pleasepin"; #Please enter your pin followed by pound. $sound->{pin_incorrect} = "astpp-invalidpin"; #Incorrect pin. $sound->{point} = "astcc-point"; #point. -$sound->{card_inuse} = ""; $sound->{register_ani} = "astpp-register" ; # "Register ANI to this card? Press 1 for yes or any other key for no." This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |