Parent Directory
|
Revision Log
|
Patch
| revision 106 by atomo64-guest, Wed Feb 6 04:07:10 2008 UTC | revision 107 by atomo64-guest, Mon Feb 11 02:01:17 2008 UTC | |
|---|---|---|
| # | Line 500 function db_upstream($initial='%', $chec | Line 500 function db_upstream($initial='%', $chec |
| 500 | $lastupvsdebsync = sqldate(); | $lastupvsdebsync = sqldate(); |
| 501 | } | } |
| 502 | ||
| 503 | if ($lastupvsdebsync === null) { | |
| 504 | $lastupvsdebsync = sqldate(0); | |
| 505 | } | |
| 506 | ||
| 507 | if ($uscan_res[0]!=$res_array[up_version]) ($keep_changes=1); | if ($uscan_res[0]!=$res_array[up_version]) ($keep_changes=1); |
| 508 | else $keep_changes=0; | else $keep_changes=0; |
| 509 |
|
||||||||
| ViewVC Help | |
| Powered by ViewVC 1.1.5 |