web/client.php
changeset 163 c0a417c1aac4
parent 157 b65b11b9b90a
child 165 cf1c4bb7bd58
--- a/web/client.php	Wed May 25 10:48:15 2011 +0200
+++ b/web/client.php	Wed May 25 11:00:07 2011 +0200
@@ -99,7 +99,7 @@
 					if(data=="true"){
 						$("#messageSuccess").show('fast');
 						$("#messageSuccess").delay(800).hide('slow');
-						$('#status').attr("value","#rsln");
+						$('#status').attr("value","<?php echo($C_hashtag); ?>");
 					}else{
 						$("#error").text(data);
 						$("#messageFailed").show('fast');