<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/worksystem/patches/" rel="alternate"/><link href="https://sourceforge.net/p/worksystem/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/worksystem/patches/</id><updated>2007-08-12T12:13:42Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Small bug in data_import_2.php</title><link href="https://sourceforge.net/p/worksystem/patches/2/" rel="alternate"/><published>2007-08-12T12:13:42Z</published><updated>2007-08-12T12:13:42Z</updated><author><name>Bartlomiej Celary</name><uri>https://sourceforge.net/u/bcelary/</uri></author><id>https://sourceforge.netc9ecb40046c87c5aa4c60f0d22f21295348fccc6</id><summary type="html">You are missing a " sign...

\(pls try to use a tool for doing global syntax checking\)


\#\#\# Eclipse Workspace Patch 1.0
\#P phpapp
Index: worksystem/data\_import\_2.php
===================================================================
@@ -80,11 +80,11 @@
			$date\_import = $task\_year."-".$task\_month."-".$task\_day;

			if \($date\_import == "--"\) $date\_import = date\('Y-m-d'\);

		$number\_import  = $tab\[2\];

\-		

\-		$query\_add = "INSERT INTO DATA\_IMPORT 

\-				\(ID,URL,DATE,NUMBER\) 

\-				VALUES \('$select\_data','$url\_import','$date\_import','$number\_import'\);

\-				

\+

\+		$query\_add = "INSERT INTO DATA\_IMPORT

\+				\(ID,URL,DATE,NUMBER\)

\+				VALUES \('$select\_data','$url\_import','$date\_import','$number\_import'\)";

\+

		mysql\_query\($query\_add\) or $mysql\_error\_add = mysql\_error\(\);

		if \($mysql\_error\_add\) \{

			write\_log\_user \($filename\_log, "Import file Error: ". mysql\_error\(\) \);




?&amp;gt;

</summary></entry><entry><title>translations</title><link href="https://sourceforge.net/p/worksystem/patches/1/" rel="alternate"/><published>2005-11-05T19:53:15Z</published><updated>2005-11-05T19:53:15Z</updated><author><name>Laurent VAN DEN REYSEN</name><uri>https://sourceforge.net/u/laurentvdr/</uri></author><id>https://sourceforge.net6fcccea41e3001d8e0538f769eaf89258b4454ec</id><summary type="html">Tanslations to be added for document management 
texts</summary></entry></feed>