|
From: <mah...@us...> - 2009-01-12 11:16:28
|
Revision: 366
http://dccss.svn.sourceforge.net/dccss/?rev=366&view=rev
Author: maher_karim
Date: 2009-01-12 11:16:19 +0000 (Mon, 12 Jan 2009)
Log Message:
-----------
2009-01-12 Maher Abdel karim <mah...@do...>
* logon.php:Adjust page call
Modified Paths:
--------------
branches/ms4w/apps/dccss/changelog
branches/ms4w/apps/dccss/logon.php
Modified: branches/ms4w/apps/dccss/changelog
===================================================================
--- branches/ms4w/apps/dccss/changelog 2008-12-31 08:02:53 UTC (rev 365)
+++ branches/ms4w/apps/dccss/changelog 2009-01-12 11:16:19 UTC (rev 366)
@@ -1,3 +1,7 @@
+2009-01-12 Maher Abdel karim <mah...@do...>
+
+ * logon.php:Adjust page call
+
2008-12-15 Maher Abdel karim <mah...@do...>
* conf/dccss_pewssa_en:
Modified: branches/ms4w/apps/dccss/logon.php
===================================================================
--- branches/ms4w/apps/dccss/logon.php 2008-12-31 08:02:53 UTC (rev 365)
+++ branches/ms4w/apps/dccss/logon.php 2009-01-12 11:16:19 UTC (rev 366)
@@ -35,7 +35,7 @@
die(sprintf(_("FATAL ERROR: PHP extension '%s' is not loaded."), $strExtension));
}
}
-
+
/**
* Required by DB_DataObject
*/
@@ -122,7 +122,7 @@
} else {
$strMessage = $strMessage._("PostGIS is not installed.");
}
-
+
// check for PostArabic if necessary
if(array_key_exists("ar", $_SESSION["arrLanguages"])) {
$strQuery = "select shape_arabic('test')";
@@ -178,7 +178,7 @@
}
require_once("include/header.php");
-$dccssPage = new DccssPage(_("Logon to DCCSS"));
+$dccssPage = new DccssPage('logon.php');
$dccssPage->header(_("Logon to DCCSS"));
if($strMessage != "") {
echo("<p class=\"important\">".$strMessage."</p>");
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|