Documentation item #1730516, was opened at 2007-06-04 00:19 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782960&aid=1730516&group_id=139143
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: modules Group: None Status: Open Resolution: None Priority: 5 Private: No Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Missing ')' in code example search (textops) Initial Comment: Hi, In the documentation of textops, there's twice missing a ')' in code examples. 1 for search, and 1 for search body if ( search("[Ss][Ii][Pp]" ) { /*....*/ }; should be: if ( search("[Ss][Ii][Pp]") ) { /*....*/ }; if ( search_body("[Ss][Ii][Pp]" ) { /*....*/ }; should be: if ( search_body("[Ss][Ii][Pp]") ) { /*....*/ }; Regards, Dieter ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=782960&aid=1730516&group_id=139143 _______________________________________________ Devel mailing list Devel@openser.org http://openser.org/cgi-bin/mailman/listinfo/devel