------------------------------------------------------------
revno: 155
committer: Lars Helge Oeverland [email protected]
branch nick: trunk
timestamp: Sat 2009-04-04 12:17:01 +0200
message:
Fixed compilation error
modified:
dhis-2/dhis-web/dhis-web-jforum-integration/src/main/java/org/hisp/dhis/jforum/manager/JdbcJForumManager.java
=== modified file
'dhis-2/dhis-web/dhis-web-jforum-integration/src/main/java/org/hisp/dhis/jforum/manager/JdbcJForumManager.java'
---
dhis-2/dhis-web/dhis-web-jforum-integration/src/main/java/org/hisp/dhis/jforum/manager/JdbcJForumManager.java
2009-03-03 16:46:36 +0000
+++
dhis-2/dhis-web/dhis-web-jforum-integration/src/main/java/org/hisp/dhis/jforum/manager/JdbcJForumManager.java
2009-04-04 10:17:01 +0000
@@ -367,7 +367,7 @@
{
String sql = null;
- if ( dialect.equals( StatementDialect.MYSQL ) || dialect.equals(
StatementDialect.H2 ) || dialect.equals( StatementDialect.HSQL ) )
+ if ( dialect.equals( StatementDialect.MYSQL ) || dialect.equals(
StatementDialect.H2 ) )
{
sql = "SELECT LAST_INSERT_ID()";
}
--
Trunk
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription.
_______________________________________________
Mailing list: https://launchpad.net/~dhis2-devs
Post to : [email protected]
Unsubscribe : https://launchpad.net/~dhis2-devs
More help : https://help.launchpad.net/ListHelp