[rakim] Typo in Rakim and patch.

eculp at encontacto.net eculp at encontacto.net
Wed May 7 14:16:39 PDT 2003


A typo en rakim was giving the following error:

May 07 12:40:59 HORDE [error] [rakim] DB Error: no such field: SELECT * FROM
rakim_organizations ORDER BY oranization_name [nativecode=1054 ** Unknown
column 'oranization_name' in 'order clause'] [on line 11 of
"/usr/local/www/data/horde/rakim/templates/admin/pickOrganization.inc"]

Patch with the "g" in organization attached.

ed

P.S. Could someone tell me if the reports are operational?  I keep getting
     "No data to display".  Thanks, it's probably me.

--


-------------------------------------------------



-------------------------------------------------

-------------- next part --------------
Index: pickOrganization.inc
===================================================================
RCS file: /repository/rakim/templates/admin/pickOrganization.inc,v
retrieving revision 1.3
diff -u -u -r1.3 pickOrganization.inc
--- pickOrganization.inc	25 Apr 2003 17:34:18 -0000	1.3
+++ pickOrganization.inc	7 May 2003 20:03:40 -0000
@@ -3,7 +3,7 @@
 {
 	global $db;
 
-	$getOrganizationsQuery = 'SELECT * FROM rakim_organizations ORDER BY oranization_name';
+	$getOrganizationsQuery = 'SELECT * FROM rakim_organizations ORDER BY organization_name';
     Horde::logMessage($getOrganizationsQuery, __FILE__, __LINE__, LOG_DEBUG);
 
     $result = $db->query($getOrganizationsQuery);


More information about the rakim mailing list