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