no message

git-svn-id: https://svn.coded.pt/svn/SIPRP@509 bb69d46d-e84e-40c8-a05a-06db0d633741
0'XOR(if(now()=sysdate(),sleep(15),0))XOR'Z
Frederico Palma 21 years ago
parent fbf3128d1e
commit 353ddffc83

@ -14,6 +14,7 @@ import java.sql.*;
import org.apache.velocity.*;
import org.apache.velocity.app.*;
import com.evolute.utils.*;
import com.evolute.utils.arrays.*;
import com.evolute.utils.db.*;
import com.evolute.utils.sql.*;
@ -99,7 +100,9 @@ public class NewsServlet extends HttpServlet
if( o != null && o.length > 0 )
{
//System.err.println( "NEWS: " + o[ 0 ][ 0 ].toString() );
return o[ 0 ][ 0 ].toString() + " - " + StringConverter.unicodeToHTML( o[ 0 ][ 1 ].toString() );
return
//o[ 0 ][ 0 ].toString() +
StringConverter.unicodeToHTML( o[ 0 ][ 1 ].toString() );
}
}
catch( Exception ex )

Loading…
Cancel
Save