[OpenSER-Devel] [ openser-Documentation-1730516 ] Missing ')' in code example search (textops)

SourceForge.net noreply at sourceforge.net
Fri Jul 13 12:05:43 CEST 2007


Documentation item #1730516, was opened at 2007-06-04 10:19
Message generated for change (Settings changed) made by miconda
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: ver devel
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Daniel-Constantin Mierla (miconda)
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



More information about the Devel mailing list