[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    www/sites/api
From:       Allen Winter <winter () kde ! org>
Date:       2007-05-31 21:50:08
Message-ID: 1180648208.997988.30523.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 670256 by winterz:

default to searching ALL modules, not kdelibs.


 M  +2 -2      classmapper.php  


--- trunk/www/sites/api/classmapper.php #670255:670256
@@ -1,6 +1,6 @@
 <?php
 
-# Default to kdelibs-4.0 and no class
+# Default to ALL in 4.0 and no class
 $version = '4.0';
 if (array_key_exists('version',$_GET)) {
 	$version = $_GET['version'];
@@ -11,7 +11,7 @@
 	$class = $_GET['class'];
 }
 
-$module = 'kdelibs';
+$module = 'ALL';
 if (array_key_exists('module',$_GET)) {
 	$module = $_GET['module'];
 }
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic