From: <sk...@us...> - 2008-02-07 09:40:40
|
Revision: 508 http://dl-learner.svn.sourceforge.net/dl-learner/?rev=508&view=rev Author: sknappe Date: 2008-02-07 01:40:38 -0800 (Thu, 07 Feb 2008) Log Message: ----------- the first letter of the search string is now always big Modified Paths: -------------- trunk/src/dbpedia-navigator/ajaxfunctions.php Modified: trunk/src/dbpedia-navigator/ajaxfunctions.php =================================================================== --- trunk/src/dbpedia-navigator/ajaxfunctions.php 2008-02-06 17:54:26 UTC (rev 507) +++ trunk/src/dbpedia-navigator/ajaxfunctions.php 2008-02-07 09:40:38 UTC (rev 508) @@ -47,6 +47,9 @@ session_write_close(); setRunning($id,"true"); + //get first Letter of label big + $subject=ucfirst($subject); + //if article is in session, get it out of the session if (isset($articles)){ foreach ($articles as $key => $value) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |