From cvs w lms.org.pl Wed Mar 3 16:38:27 2010 From: cvs w lms.org.pl (LMS CVS) Date: Wed, 3 Mar 2010 16:38:27 +0100 (CET) Subject: [lms-commits] CVS update of lms/templates (2 files) Message-ID: <20100303153827.C773C3027B2B@hydra.altec.pl> Date: Wednesday, March 3, 2010 @ 16:38:27 Author: alec Path: /cvsroot/lms/templates Modified: customerlist.html customersearchresults.html - Fixed Recover action on customer lists Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/templates/customerlist.html.diff?&r1=1.15&r2=1.16 http://cvs.lms.org.pl/viewvc/Development/lms/templates/customersearchresults.html.diff?&r1=1.14&r2=1.15 Index: lms/templates/customerlist.html diff -u lms/templates/customerlist.html:1.15 lms/templates/customerlist.html:1.16 --- lms/templates/customerlist.html:1.15 Wed Aug 26 10:49:39 2009 +++ lms/templates/customerlist.html Wed Mar 3 16:38:27 2010 @@ -1,5 +1,5 @@ {include file="header.html"} - +

{$layout.pagetitle}

@@ -123,8 +123,12 @@ {/if} {/if} {/if} + {if $listdata.state eq 4} + [ {t}Recover{/t} ] + {else} [ {t}Delete{/t} ][ {t}Edit{/t} ] + {/if} [ {t}Info{/t} ] Index: lms/templates/customersearchresults.html diff -u lms/templates/customersearchresults.html:1.14 lms/templates/customersearchresults.html:1.15 --- lms/templates/customersearchresults.html:1.14 Tue Aug 25 13:41:12 2009 +++ lms/templates/customersearchresults.html Wed Mar 3 16:38:27 2010 @@ -1,5 +1,5 @@ {include file="header.html"} - +

{$layout.pagetitle}

{literal} +{include file="footer.html"} Index: lms/templates/ewxchedit.html diff -u /dev/null lms/templates/ewxchedit.html:1.1 --- /dev/null Tue Mar 9 10:23:01 2010 +++ lms/templates/ewxchedit.html Tue Mar 9 10:23:00 2010 @@ -0,0 +1,41 @@ +{include file="header.html"} + +

{$layout.pagetitle}

+

+ +

+ + + + + + + + + + + + + + + +
{t}Channel name:{/t} + + ({$channel.id|string_format:"%04d"}) +
{t}Downceil:{/t} + + {t}night:{/t} kbit/s +
{t}Upceil:{/t} + + {t}night:{/t} kbit/s +
+ {t}Submit{/t} + {t}Cancel{/t} +
+

+ +{include file="footer.html"} Index: lms/templates/ewxchinfo.html diff -u /dev/null lms/templates/ewxchinfo.html:1.1 --- /dev/null Tue Mar 9 10:23:01 2010 +++ lms/templates/ewxchinfo.html Tue Mar 9 10:23:00 2010 @@ -0,0 +1,98 @@ +{include file="header.html"} + +

{$layout.pagetitle}

+ + + + + + + + + + + + + + + +
+ {$channel.name} ({$channel.id|string_format:"%04d"}) +
+ {t}Downceil:{/t} + + {$channel.downceil} kbit/s + ({t}night:{/t} {if $channel.downceil_n}{$channel.downceil_n|default:0} kbit/s{else}{t}not defined{/t}{/if}) +
+ {t}Upceil:{/t} + + {$channel.upceil} kbit/s + ({t}night:{/t} {if $channel.upceil_n}{$channel.upceil_n|default:0} kbit/s{else}{t}not defined{/t}{/if}) +
+ {t}Edit{/t} + {t}Delete{/t} +
+
+ + + + + + + +
+ {t}Devices:{/t} +
+ + + + + + + + {cycle values="light,lucid" print=false} + {foreach from=$channel.devices item=item} + + + + + + + {foreachelse} + + + + {/foreach} + {if $channel.freedevices} + + + + + + + {/if} +
{t}Name:{/t}{t}ID:{/t}{t}Location:{/t} 
+ {$item.name} + + ({$item.id|string_format:"%04d"}) + + {$item.location} + + [ {t}Delete{/t} ] +
+

 

+

{t}No devices associated with this channel.{/t}

+

 

+
+ {t}Add:{/t} + + + {t}Add{/t} [ {t}Add{/t} ] +
+
+{include file="footer.html"} Index: lms/templates/ewxchlist.html diff -u /dev/null lms/templates/ewxchlist.html:1.1 --- /dev/null Tue Mar 9 10:23:01 2010 +++ lms/templates/ewxchlist.html Tue Mar 9 10:23:00 2010 @@ -0,0 +1,95 @@ +{include file="header.html"} + +

{$layout.pagetitle}

+ + + + + + + + + + + + {if $listdata.total != 0} + + + + {/if} + {cycle values="light,lucid" print=false} + {section name=channels loop=$channels} + + + + + + + + + + + {sectionelse} + + + + {/section} + {if $listdata.total != 0} + + + + {/if} + + + + +
+ {t}Name:{/t} {if $listdata.order eq "name"}{/if} + + {t}ID:{/t} {if $listdata.order eq "id"}{/if} + + {t}Downceil:{/t} {if $listdata.order eq "downceil"}{/if} + + {t}Upceil:{/t} {if $listdata.order eq "upceil"}{/if} + + {t}Night Downceil:{/t} {if $listdata.order eq "downceil_n"}{/if} + + {t}Night Upceil:{/t} {if $listdata.order eq "upceil_n"}{/if} + + {t}Devices:{/t} {if $listdata.order eq "devcnt"}{/if} + + {t 0=$listdata.total}Total: $0{/t} +
+ {include file="scroller.html" loop=$channels} +
+  {$channels[channels].name} + + ({$channels[channels].id|string_format:"%04d"}) + + {$channels[channels].downceil} + + {$channels[channels].upceil} + + {if $channels[channels].downceil_n}{$channels[channels].downceil_n}{else}-{/if} + + {if $channels[channels].upceil_n}{$channels[channels].upceil_n}{else}-{/if} + + {$channels[channels].devcnt} + + + [ {t}Delete{/t} ] + [ {t}Edit{/t} ] + [ {t}Info{/t} ] + +
+

 

+

{t}No such channels in database.{/t}

+

 

+
+ {include file="scroller.html" loop=$channels} +
+  {t 0=$listdata.total}Total: $0{/t} + +   +
+{include file="footer.html"} Index: lms/templates/netdevadd.html diff -u lms/templates/netdevadd.html:1.27 lms/templates/netdevadd.html:1.28 --- lms/templates/netdevadd.html:1.27 Sun Apr 5 11:20:11 2009 +++ lms/templates/netdevadd.html Tue Mar 9 10:23:00 2010 @@ -1,5 +1,5 @@ {include file="header.html"} - + {include file="calendar_js.html"}

{$layout.pagetitle}

@@ -97,7 +97,7 @@ + + {foreach from=$channels item=item} + + {/foreach} + + + +{/if} Index: lms/templates/netdeveditbox.html diff -u lms/templates/netdeveditbox.html:1.30 lms/templates/netdeveditbox.html:1.31 --- lms/templates/netdeveditbox.html:1.30 Sun Apr 5 11:20:11 2009 +++ lms/templates/netdeveditbox.html Tue Mar 9 10:23:00 2010 @@ -1,4 +1,4 @@ - + {include file="calendar_js.html"} @@ -96,7 +96,7 @@ {/if} +{if isset($channels)} + + + + + +{/if}
+ + + {t}Channel:{/t} + + +
Index: lms/templates/netdevinfobox.html diff -u lms/templates/netdevinfobox.html:1.26 lms/templates/netdevinfobox.html:1.27 --- lms/templates/netdevinfobox.html:1.26 Sun Apr 5 11:20:11 2009 +++ lms/templates/netdevinfobox.html Tue Mar 9 10:23:00 2010 @@ -1,4 +1,4 @@ - + {/if} {/if} + {if $netdevinfo.channelid} + + + + + + {/if}
@@ -155,6 +155,19 @@
+ + + {t}Channel:{/t} + + {$netdevinfo.channel} ({$netdevinfo.channelid|string_format:"%04d"}) +
From cvs w lms.org.pl Tue Mar 9 10:26:42 2010 From: cvs w lms.org.pl (LMS CVS) Date: Tue, 9 Mar 2010 10:26:42 +0100 (CET) Subject: [lms-commits] CVS update of lms/lib/locale/pl (strings.php) Message-ID: <20100309092643.0390F3027B29@hydra.altec.pl> Date: Tuesday, March 9, 2010 @ 10:26:42 Author: alec Path: /cvsroot/lms/lib/locale/pl Modified: strings.php - more translations Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/pl/strings.php.diff?&r1=1.349&r2=1.350 Index: lms/lib/locale/pl/strings.php diff -u lms/lib/locale/pl/strings.php:1.349 lms/lib/locale/pl/strings.php:1.350 --- lms/lib/locale/pl/strings.php:1.349 Tue Mar 9 10:23:00 2010 +++ lms/lib/locale/pl/strings.php Tue Mar 9 10:26:42 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.349 2010/03/09 09:23:00 alec Exp $ + * $Id: strings.php,v 1.350 2010/03/09 09:26:42 alec Exp $ */ $_LANG['$0 ($1 addresses)'] = '$0 ($1 adresów)'; @@ -2329,5 +2329,12 @@ $_LANG['Removing channel $0'] = 'Usuwanie kanału $0'; $_LANG['This field must contain number greater than 8!'] = 'To pole musi zawierać liczbę większą od 8!'; $_LANG['TTL'] = 'TTL'; +$_LANG['Add device to the channel'] = 'Dodaj urządzenie do kanału'; +$_LANG['Are you sure, you want to remove this assignment?'] = 'Czy na pewno chcesz usunąć to powiązanie?'; +$_LANG['No devices associated with this channel.'] = 'Brak urządzeń w tym kanale.'; +$_LANG['Remove this device from the channel'] = 'Usuń to urządzenie z kanału'; +$_LANG['Select channel (optional)'] = 'Wybierz kanał (opcjonalnie)'; +$_LANG['select device'] = 'wybierz urządzenie'; +$_LANG['Select device to associate with the channel'] = 'Wybierz urządzenie aby przypisać je do kanału'; ?> From cvs w lms.org.pl Wed Mar 10 14:08:32 2010 From: cvs w lms.org.pl (LMS CVS) Date: Wed, 10 Mar 2010 14:08:32 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules (6 files) Message-ID: <20100310130832.680A73027B2C@hydra.altec.pl> Date: Wednesday, March 10, 2010 @ 14:08:32 Author: alec Path: /cvsroot/lms/modules Added: recordlist.php Modified: configlist.php recordadd.php recorddel.php recordedit.php Removed: recordslist.php - code cleanups and small fixes in DNS records management Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/configlist.php.diff?&r1=1.62&r2=1.63 http://cvs.lms.org.pl/viewvc/Development/lms/modules/recordadd.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/modules/recorddel.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/modules/recordedit.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/modules/recordlist.php?rev=1.1 http://cvs.lms.org.pl/viewvc/Development/lms/modules/recordslist.php?rev=1.7 Index: lms/modules/configlist.php diff -u lms/modules/configlist.php:1.62 lms/modules/configlist.php:1.63 --- lms/modules/configlist.php:1.62 Tue Mar 9 10:23:00 2010 +++ lms/modules/configlist.php Wed Mar 10 14:08:32 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: configlist.php,v 1.62 2010/03/09 09:23:00 alec Exp $ + * $Id: configlist.php,v 1.63 2010/03/10 13:08:32 alec Exp $ */ function GetConfigList($order='var,asc', $section='') @@ -506,10 +506,10 @@ $config[$idx]['description'] = trans('Minimum caching time in case of failed lookups. Default 86400.'); break; case 'default_webserver_ip': - $config[$idx]['description'] = trans('IP address of webserver.'); + $config[$idx]['description'] = trans('IP address of webserver'); break; case 'default_mailserver_ip': - $config[$idx]['description'] = trans('IP address of mailserver.'); + $config[$idx]['description'] = trans('IP address of mailserver'); break; Index: lms/modules/recordadd.php diff -u lms/modules/recordadd.php:1.10 lms/modules/recordadd.php:1.11 --- lms/modules/recordadd.php:1.10 Sun Feb 21 19:12:37 2010 +++ lms/modules/recordadd.php Wed Mar 10 14:08:32 2010 @@ -30,11 +30,11 @@ $domain = $DB->GetRow('SELECT name FROM domains WHERE id = ?', array($record['domain_id'])); - $tlds=explode(".",$domain['name']); + $tlds = explode(".", $domain['name']); + //domena in-add.arpa if ($tlds[count($tlds)-2].$tlds[count($tlds)-1] == 'in-addrarpa') - { //domena in-add.arpa - + { if (!is_numeric($record['name']) && $record['name'] != '') $error['name'] = trans('Wrong record name'); @@ -49,9 +49,8 @@ } } - else - if ($record['type'] == 'PTR') - $error['type'] = trans('You can\'t add PTR record to this domain'); + else if ($record['type'] == 'PTR') + $error['type'] = trans('You can\'t add PTR record to this domain'); if ($record['ttl']*1 <= 0 || !is_numeric($record['ttl'])) $error['ttl'] = trans('Wrong TTL'); @@ -75,6 +74,7 @@ if (trim($record['name']) != '') $record['name'] = trim($record['name'],'.').'.'; $record['name'] .= $domain['name']; + $DB->Execute('INSERT INTO records (name, type, content, ttl, prio, domain_id) VALUES (?, ?, ?, ?, ?, ?)', array( @@ -88,7 +88,7 @@ update_soa_serial($record['domain_id']); - $SESSION->redirect('?m=recordslist'); + $SESSION->redirect('?m=recordlist'); } } else @@ -96,7 +96,7 @@ $d = $_GET['d']*1; -$layout['pagetitle'] = trans('Record add to zone'); +$layout['pagetitle'] = trans('New DNS Record'); if (empty($record['ttl'])) { @@ -108,7 +108,7 @@ $SMARTY->assign('domain_id', $d); $SMARTY->assign('record', $record); -$SMARTY->assign('error',$error); +$SMARTY->assign('error', $error); $SMARTY->assign('domain', $domain ? $domain : $DB->GetRow('SELECT name FROM domains WHERE id = ?', array($d))); $SMARTY->display('recordadd.html'); Index: lms/modules/recorddel.php diff -u lms/modules/recorddel.php:1.4 lms/modules/recorddel.php:1.5 --- lms/modules/recorddel.php:1.4 Sat Feb 20 17:25:39 2010 +++ lms/modules/recorddel.php Wed Mar 10 14:08:32 2010 @@ -33,6 +33,6 @@ update_soa_serial($domainid['domain_id']); } -$SESSION->redirect('?m=recordslist'); +$SESSION->redirect('?m=recordlist'); ?> Index: lms/modules/recordedit.php diff -u lms/modules/recordedit.php:1.8 lms/modules/recordedit.php:1.9 --- lms/modules/recordedit.php:1.8 Sun Feb 21 19:12:37 2010 +++ lms/modules/recordedit.php Wed Mar 10 14:08:32 2010 @@ -37,9 +37,9 @@ $tlds = explode(".",$domain['name']); + //domena in-add.arpa if ($tlds[count($tlds)-2].$tlds[count($tlds)-1] == 'in-addrarpa') - { //domena in-add.arpa - + { if (!is_numeric($record['name']) && $record['name'] != '') $error['name'] = trans('Wrong record name'); @@ -52,11 +52,9 @@ if ($errorcontent) $error['content'] = $errorcontent; } - } - else - if ($record['type'] == 'PTR') - $error['type'] = trans('You can\'t add PTR record to this domain'); + else if ($record['type'] == 'PTR') + $error['type'] = trans('You can\'t add PTR record to this domain'); if ($record['ttl']*1 <= 0 || !is_numeric($record['ttl'])) $error['ttl'] = trans('Wrong TTL'); @@ -70,11 +68,10 @@ if (!$error) { - if (trim($record['name']) !='') $record['name'] = trim($record['name'],'.').'.'; - $record['name'] .= $domain['name']; + $DB->Execute('UPDATE records SET name = ?, type = ?, content = ?, ttl = ?, prio = ? WHERE id = ?', array($record['name'], @@ -86,7 +83,8 @@ )); update_soa_serial($domain['id']); - $SESSION->redirect('?m=recordslist'); + + $SESSION->redirect('?m=recordlist'); } } else @@ -95,15 +93,15 @@ $record['name'] = substr($record['name'],0,-(strlen($domain['name']) + 1)); } -$layout['pagetitle'] = trans('Record edit for zone:'); +$layout['pagetitle'] = trans('DNS Record Edit'); $SESSION->save('backto', $_SERVER['QUERY_STRING']); $record['content'] = htmlentities($record['content']); -$SMARTY->assign('error',$error); -$SMARTY->assign('record',$record); -$SMARTY->assign('domain',$domain); +$SMARTY->assign('error', $error); +$SMARTY->assign('record', $record); +$SMARTY->assign('domain', $domain); $SMARTY->display('recordedit.html'); Index: lms/modules/recordlist.php diff -u /dev/null lms/modules/recordlist.php:1.1 --- /dev/null Wed Mar 10 14:08:32 2010 +++ lms/modules/recordlist.php Wed Mar 10 14:08:32 2010 @@ -0,0 +1,69 @@ +restore('ald', $d); +else + $d = $_GET['d']; +$SESSION->save('ald', $d); + +$recordslist = $DB->GetAll('SELECT *, + (CASE WHEN type=\'TXT\' THEN 1 + WHEN type=\'MX\' THEN 2 + WHEN type=\'NS\' THEN 3 + WHEN type=\'SOA\' THEN 4 + ELSE 0 END) AS ord + FROM records WHERE domain_id = ? ORDER BY ord desc', + array($d)); + +$listdata['total'] = count($recordslist); +$listdata['domain'] = $d; +$listdata['domainName'] = $domain['name']; + +if ($domain['type'] == 'SLAVE') + $showAddEdit = false; +else + $showAddEdit = true; + +$page = (!isset($_GET['page']) ? 1 : $_GET['page']); +$pagelimit = (!isset($CONFIG['phpui']['recordlist_pagelimit']) ? $listdata['total'] : $CONFIG['phpui']['recordlist_pagelimit']); +$start = ($page - 1) * $pagelimit; + +$SESSION->save('alp', $page); + +$layout['pagetitle'] = trans('DNS Records List'); + +$SESSION->save('backto', $_SERVER['QUERY_STRING']); + +$SMARTY->assign('pagelimit', $pagelimit); +$SMARTY->assign('page', $page); +$SMARTY->assign('start', $start); +$SMARTY->assign('recordslist', $recordslist); +$SMARTY->assign('listdata', $listdata); +$SMARTY->assign('showaddedit', $showAddEdit); +$SMARTY->assign('domainlist', $DB->GetAll('SELECT id, name FROM domains ORDER BY name')); +$SMARTY->display('recordlist.html'); + +?> Index: lms/modules/recordslist.php diff -u lms/modules/recordslist.php:1.7 lms/modules/recordslist.php:removed --- lms/modules/recordslist.php:1.7 Sun Feb 21 19:12:37 2010 +++ lms/modules/recordslist.php Wed Mar 10 14:08:32 2010 @@ -1,71 +0,0 @@ -restore('ald', $d); -else - $d = $_GET['d']; -$SESSION->save('ald', $d); - -$recordslist = $DB->GetAll('SELECT *, - (CASE WHEN type=\'TXT\' THEN 1 - WHEN type=\'MX\' THEN 2 - WHEN type=\'NS\' THEN 3 - WHEN type=\'SOA\' THEN 4 - ELSE 0 END) AS ord - FROM records WHERE domain_id = ? ORDER BY ord desc', - array($d)); - -$domain = $DB->GetRow('SELECT name, type FROM domains WHERE id = ?', array($d)); - -$listdata['total'] = count($recordslist); -$listdata['domain'] = $d; -$listdata['domainName'] = $domain['name']; - -if ($domain['type'] == 'SLAVE') - $showAddEdit=false; -else - $showAddEdit=true; - -$page = (!isset($_GET['page']) ? 1 : $_GET['page']); -$pagelimit = (!isset($CONFIG['phpui']['recordslist_pagelimit']) ? $listdata['total'] : $CONFIG['phpui']['recordslist_pagelimit']); -$start = ($page - 1) * $pagelimit; - -$SESSION->save('alp', $page); - -$layout['pagetitle'] = trans('Records list'); - -$SESSION->save('backto', $_SERVER['QUERY_STRING']); - -$SMARTY->assign('pagelimit', $pagelimit); -$SMARTY->assign('page', $page); -$SMARTY->assign('start', $start); -$SMARTY->assign('recordslist',$recordslist); -$SMARTY->assign('listdata',$listdata); -$SMARTY->assign('showaddedit',$showAddEdit); -$SMARTY->assign('domainlist',$DB->GetAll('SELECT id, name FROM domains ORDER BY name')); -$SMARTY->display('recordslist.html'); - -?> From cvs w lms.org.pl Wed Mar 10 14:08:32 2010 From: cvs w lms.org.pl (LMS CVS) Date: Wed, 10 Mar 2010 14:08:32 +0100 (CET) Subject: [lms-commits] CVS update of lms/lib (accesstable.php, config.php) Message-ID: <20100310130832.239D43027B29@hydra.altec.pl> Date: Wednesday, March 10, 2010 @ 14:08:32 Author: alec Path: /cvsroot/lms/lib Modified: accesstable.php config.php - code cleanups and small fixes in DNS records management Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/accesstable.php.diff?&r1=1.129&r2=1.130 http://cvs.lms.org.pl/viewvc/Development/lms/lib/config.php.diff?&r1=1.7&r2=1.8 Index: lms/lib/accesstable.php diff -u lms/lib/accesstable.php:1.129 lms/lib/accesstable.php:1.130 --- lms/lib/accesstable.php:1.129 Tue Mar 9 10:22:59 2010 +++ lms/lib/accesstable.php Wed Mar 10 14:08:31 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: accesstable.php,v 1.129 2010/03/09 09:22:59 alec Exp $ + * $Id: accesstable.php,v 1.130 2010/03/10 13:08:31 alec Exp $ */ unset($access); @@ -32,7 +32,7 @@ $access['table'][0]['allow_reg'] = '^.*$'; $access['table'][1]['name'] = trans('read only (excluding helpdesk)'); -$access['table'][1]['allow_reg'] = '^((user|balance|db|net|node|netdev|tariff|payment|invoice|note|customer|customergroup|nodegroup|account|voipaccount|alias|domain|config|event|taxrate|document|numberplan|state|host|division|message|ewxch)(list|info|view|search|balance|infoshort)|netdevmap|eventprint|nodelistshort|number|cashsourcelist)$'; +$access['table'][1]['allow_reg'] = '^((user|balance|db|net|node|netdev|tariff|payment|invoice|note|customer|customergroup|nodegroup|account|voipaccount|alias|domain|record|config|event|taxrate|document|numberplan|state|host|division|message|ewxch)(list|info|view|search|balance|infoshort)|netdevmap|eventprint|nodelistshort|number|cashsourcelist)$'; $access['table'][2]['name'] = trans('nodes connection/disconnection'); $access['table'][2]['allow_reg'] = '^nodeset$'; @@ -62,7 +62,7 @@ $access['table'][10]['allow_reg'] = '^(rtsearch|rtqueue(list|info|view)|(rtticket|rtmessage|rtnote)(add|edit|info|view|del|print))$'; $access['table'][11]['name'] = trans('hosting management'); -$access['table'][11]['allow_reg'] = '^(accountpasswd|(account|domain|alias)(list|edit|add|del|info|search))$'; +$access['table'][11]['allow_reg'] = '^(accountpasswd|(account|domain|alias|record)(list|edit|add|del|info|search))$'; $access['table'][12]['name'] = trans('configuration'); $access['table'][12]['allow_reg'] = '^((host|config|numberplan|taxrate|state|division|cashsource)(list|edit|add|del|load))$'; Index: lms/lib/config.php diff -u lms/lib/config.php:1.7 lms/lib/config.php:1.8 --- lms/lib/config.php:1.7 Wed Feb 3 15:43:03 2010 +++ lms/lib/config.php Wed Mar 10 14:08:31 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: config.php,v 1.7 2010/02/03 14:43:03 webvisor Exp $ + * $Id: config.php,v 1.8 2010/03/10 13:08:31 alec Exp $ */ function chkconfig($value, $default = FALSE) @@ -72,7 +72,7 @@ 'voipaccountlist_pagelimit' => 100, 'networkhosts_pagelimit' => 256, 'messagelist_pagelimit' => 100, - 'recordslist_pagelimit' => 100, + 'recordlist_pagelimit' => 100, 'reload_type' => 'sql', 'reload_execcmd' => '/bin/true', 'reload_sqlquery' => '', From cvs w lms.org.pl Wed Mar 10 14:08:32 2010 From: cvs w lms.org.pl (LMS CVS) Date: Wed, 10 Mar 2010 14:08:32 +0100 (CET) Subject: [lms-commits] CVS update of lms/lib/locale/pl (strings.php) Message-ID: <20100310130832.3B43A3027B2B@hydra.altec.pl> Date: Wednesday, March 10, 2010 @ 14:08:32 Author: alec Path: /cvsroot/lms/lib/locale/pl Modified: strings.php - code cleanups and small fixes in DNS records management Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/pl/strings.php.diff?&r1=1.350&r2=1.351 Index: lms/lib/locale/pl/strings.php diff -u lms/lib/locale/pl/strings.php:1.350 lms/lib/locale/pl/strings.php:1.351 --- lms/lib/locale/pl/strings.php:1.350 Tue Mar 9 10:26:42 2010 +++ lms/lib/locale/pl/strings.php Wed Mar 10 14:08:32 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.350 2010/03/09 09:26:42 alec Exp $ + * $Id: strings.php,v 1.351 2010/03/10 13:08:32 alec Exp $ */ $_LANG['$0 ($1 addresses)'] = '$0 ($1 adresów)'; @@ -1085,7 +1085,6 @@ $_LANG['Receipt number must be integer!'] = 'Numer potwierdzenia musi być liczbą całkowitą!'; $_LANG['Recipients:'] = 'Odbiorcy:'; $_LANG['Recipient\'s e-mail:'] = 'E-mail odbiorcy:'; -$_LANG['Record of Network Devices'] = 'Ewidencja sprzętu sieciowego'; $_LANG['records $0 - $1 of $2'] = 'rekordy $0 - $1 z $2'; $_LANG['Registered for:'] = 'Zarejestrowano dla:'; $_LANG['Register your installation today! ;-)'] = 'Zarejestruj swoją instalację jeszcze dziś! ;-)'; @@ -2257,18 +2256,18 @@ $_LANG['(domain alias)'] = '(alias domenowy)'; $_LANG['night:'] = 'noc:'; $_LANG['not defined'] = 'brak'; -$_LANG['Records list'] = 'Lista rekordów'; -$_LANG['New record'] = 'Nowy rekord'; +$_LANG['DNS Records List'] = 'Lista rekordów DNS'; +$_LANG['New DNS Record'] = 'Nowy rekord DNS'; +$_LANG['New Record'] = 'Nowy rekord'; $_LANG['Content'] = 'Dane'; $_LANG['Type'] = 'Typ'; $_LANG['Records'] = 'Rekordy'; -$_LANG['Record Edit'] = 'Edycja Rekordu'; -$_LANG['Record Add'] = 'Dodaj Rekord'; +$_LANG['DNS Record Edit'] = 'Edycja rekordu DNS'; $_LANG['No such records in database.'] = 'Nie ma rekordów w bazie danych'; $_LANG['Domain type:'] = 'Typ domeny:'; $_LANG['Records number:'] = 'Liczba rekordów:'; $_LANG['Domain admin e-mail address.'] = 'Adres e-mail administratora domeny.'; -$_LANG['Are you sure you want to delete this record?'] = 'Jesteś pewien, że chcesz skasowac ten rekord?'; +$_LANG['Are you sure you want to delete this record?'] = 'Jesteś pewien, że chcesz usunąć ten rekord?'; $_LANG['You can\'t add PTR record to this domain'] = 'Nie możesz dodać rekordu PTR do tej domeny'; $_LANG['Enter content'] = 'Wprowadź dane'; $_LANG['Enter IP address of mailserver'] = 'Wprowadź adres IP serwera pocztowego'; @@ -2278,11 +2277,9 @@ $_LANG['Enter record name'] = 'Wprowadź nazwę rekordu'; $_LANG['Enter record TTL'] = 'Wprowadź TTL rekordu'; $_LANG['Enter TTL'] = 'Wprowadź TTL'; -$_LANG['IP address of mailserver:'] = 'Adres IP serwera pocztowego:'; -$_LANG['IP address of mailserver.'] = 'Adres IP serwera pocztowego.'; -$_LANG['IP address of master NS:'] = 'Adres IP serwera głównego serwera nazw'; -$_LANG['IP address of webserver:'] = 'Adres IP serwera www:'; -$_LANG['IP address of webserver.'] = 'Adres IP serwera www.'; +$_LANG['IP address of mailserver'] = 'Adres IP serwera pocztowego'; +$_LANG['IP address of master NS:'] = 'Adres IP głównego serwera nazw:'; +$_LANG['IP address of webserver'] = 'Adres IP serwera www'; $_LANG['Wrong Content'] = 'Nieprawidłowa zawartość'; $_LANG['Wrong record name'] = 'Nieprawidłowa nazwa rekordu'; $_LANG['Wrong record type'] = 'Nieprawidłowa typ rekordu'; From cvs w lms.org.pl Wed Mar 10 14:08:32 2010 From: cvs w lms.org.pl (LMS CVS) Date: Wed, 10 Mar 2010 14:08:32 +0100 (CET) Subject: [lms-commits] CVS update of lms/templates (15 files) Message-ID: <20100310130832.BE2063027B2D@hydra.altec.pl> Date: Wednesday, March 10, 2010 @ 14:08:32 Author: alec Path: /cvsroot/lms/templates Added: recordlist.html Modified: accountadd.html accountedit.html accountinfo.html accountsearch.html aliasadd.html aliasedit.html aliasinfo.html domainadd.html domainedit.html domaininfo.html domainlist.html recordadd.html recordedit.html Removed: recordslist.html - code cleanups and small fixes in DNS records management Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/templates/accountadd.html.diff?&r1=1.43&r2=1.44 http://cvs.lms.org.pl/viewvc/Development/lms/templates/accountedit.html.diff?&r1=1.36&r2=1.37 http://cvs.lms.org.pl/viewvc/Development/lms/templates/accountinfo.html.diff?&r1=1.14&r2=1.15 http://cvs.lms.org.pl/viewvc/Development/lms/templates/accountsearch.html.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/templates/aliasadd.html.diff?&r1=1.17&r2=1.18 http://cvs.lms.org.pl/viewvc/Development/lms/templates/aliasedit.html.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/templates/aliasinfo.html.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/templates/domainadd.html.diff?&r1=1.18&r2=1.19 http://cvs.lms.org.pl/viewvc/Development/lms/templates/domainedit.html.diff?&r1=1.16&r2=1.17 http://cvs.lms.org.pl/viewvc/Development/lms/templates/domaininfo.html.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/templates/domainlist.html.diff?&r1=1.24&r2=1.25 http://cvs.lms.org.pl/viewvc/Development/lms/templates/recordadd.html.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/templates/recordedit.html.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/templates/recordlist.html?rev=1.1 http://cvs.lms.org.pl/viewvc/Development/lms/templates/recordslist.html?rev=1.5 Index: lms/templates/accountadd.html diff -u lms/templates/accountadd.html:1.43 lms/templates/accountadd.html:1.44 --- lms/templates/accountadd.html:1.43 Tue Feb 23 11:14:34 2010 +++ lms/templates/accountadd.html Wed Mar 10 14:08:32 2010 @@ -1,5 +1,5 @@ {include file="header.html"} - + {include file="calendar_js.html"} {literal} - {/literal} - - + +if (document.getElementById('domainadd[type]').value=='SLAVE') + showslave(); + +{/literal} {include file="footer.html"} Index: lms/templates/domainedit.html diff -u lms/templates/domainedit.html:1.16 lms/templates/domainedit.html:1.17 --- lms/templates/domainedit.html:1.16 Wed Feb 3 15:43:03 2010 +++ lms/templates/domainedit.html Wed Mar 10 14:08:32 2010 @@ -1,5 +1,5 @@ {include file="header.html"} - +

{$layout.pagetitle}

@@ -7,7 +7,7 @@ - + Index: lms/templates/domaininfo.html diff -u lms/templates/domaininfo.html:1.6 lms/templates/domaininfo.html:1.7 --- lms/templates/domaininfo.html:1.6 Mon Mar 8 10:59:21 2010 +++ lms/templates/domaininfo.html Wed Mar 10 14:08:32 2010 @@ -1,10 +1,10 @@ {include file="header.html"} - +

{$layout.pagetitle}

- + {t}Name:{/t} @@ -33,21 +33,22 @@
{t}Type:{/t} - + - - - + + +
- {if $domain.description}
- + {t}Name:{/t} @@ -60,7 +60,7 @@
- + {t}Records number:{/t} @@ -69,7 +69,6 @@ {$domain.recordscnt|default:0}
@@ -91,7 +90,7 @@ {/if}
- {t}Records{/t} [ {t}Records{/t} ] + {t}Records{/t} [ {t}Records{/t} ] {t}Accounts{/t} [ {t}Accounts{/t} ] {t}Aliases{/t} [ {t}Aliases{/t} ] {t}Edit{/t} Index: lms/templates/domainlist.html diff -u lms/templates/domainlist.html:1.24 lms/templates/domainlist.html:1.25 --- lms/templates/domainlist.html:1.24 Mon Feb 22 10:23:09 2010 +++ lms/templates/domainlist.html Wed Mar 10 14:08:32 2010 @@ -1,19 +1,18 @@ {include file="header.html"} - + {if $layout.module=="domainsearch"}{assign var=suffix value="&s=1"}{/if}

{$layout.pagetitle}

- - + @@ -72,15 +71,15 @@ {section name=domainlist loop=$domainlist start=$start max=$pagelimit} - +
- {t}Name:{/t} {if $listdata.order eq "name"}{/if} + {t}Name:{/t} {if $listdata.order eq "name"}{/if} - {t}Type:{/t} {if $listdata.order eq "type"}{/if} - {t}ID:{/t} {if $listdata.order eq "id"}{/if} + {t}Type:{/t} {if $listdata.order eq "type"}{/if} + {t}Customer:{/t} {if $listdata.order eq "customer"}{/if}
- {$domainlist[domainlist].name} + {$domainlist[domainlist].name} - {$domainlist[domainlist].type} - ({$domainlist[domainlist].id|string_format:"%04d"}) + {$domainlist[domainlist].type} + {if $domainlist[domainlist].ownerid} Index: lms/templates/recordadd.html diff -u lms/templates/recordadd.html:1.4 lms/templates/recordadd.html:1.5 --- lms/templates/recordadd.html:1.4 Wed Feb 3 15:43:03 2010 +++ lms/templates/recordadd.html Wed Mar 10 14:08:32 2010 @@ -1,53 +1,55 @@ {include file="header.html"} -

{$layout.pagetitle} {$domain.name}

+

{$layout.pagetitle}

- - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + -
{t}Name{/t}{t}TTL{/t}{t}Type{/t}{t}Priority:{/t}{t}Content{/t}
- - - .{$domain.name} - - - -
{t}Name:{/t}{t}TTL{/t}:{t}Type{/t}:{t}Priority:{/t}{t}Content{/t}:
+ + + .{$domain.name} + + + + + + + + + +
{t}Submit{/t} - {t}Cancel{/t} + {t}Cancel{/t}
{/literal} +{if $_config.phpui.ewx_support|chkconfig}{assign var=ewx value=1}{else}{assign var=ewx value=0}{/if}
{t 0=$customernodes.total|default:"0"}Customer Nodes ($0):{/t} - {if $ewx_channelid} - [{t}Channel:{/t} {$ewx_channelid|string_format:"%05d"}] - {/if} {if $customerinfo.status neq "1" and ! $customerinfo.deleted}{t}New Node{/t} » {/if} @@ -60,8 +58,11 @@
- + + {if $ewx} + + {/if} @@ -72,7 +73,7 @@ {section name=customernodes loop=$customernodes} {if $customernodes[customernodes].id} - - - + {/if} + - - - - {/if} - Index: lms/contrib/customer/index.php diff -u lms/contrib/customer/index.php:1.37 lms/contrib/customer/index.php:1.38 --- lms/contrib/customer/index.php:1.37 Tue Aug 25 10:31:24 2009 +++ lms/contrib/customer/index.php Thu Mar 11 14:07:29 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: index.php,v 1.37 2009/08/25 08:31:24 alec Exp $ + * $Id: index.php,v 1.38 2010/03/11 13:07:29 alec Exp $ */ // REPLACE THIS WITH PATH TO YOU CONFIG FILE From cvs w lms.org.pl Thu Mar 11 14:07:29 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:29 +0100 (CET) Subject: [lms-commits] CVS update of lms/contrib/daemon/cutoff2 (cutoff2.c) Message-ID: <20100311130729.C8A4F3027B2D@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:29 Author: alec Path: /cvsroot/lms/contrib/daemon/cutoff2 Modified: cutoff2.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/contrib/daemon/cutoff2/cutoff2.c.diff?&r1=1.15&r2=1.16 Index: lms/contrib/daemon/cutoff2/cutoff2.c diff -u lms/contrib/daemon/cutoff2/cutoff2.c:1.15 lms/contrib/daemon/cutoff2/cutoff2.c:1.16 --- lms/contrib/daemon/cutoff2/cutoff2.c:1.15 Tue Jan 13 08:45:29 2009 +++ lms/contrib/daemon/cutoff2/cutoff2.c Thu Mar 11 14:07:29 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cutoff2.c,v 1.15 2009/01/13 07:45:29 alec Exp $ + * $Id: cutoff2.c,v 1.16 2010/03/11 13:07:29 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:29 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:29 +0100 (CET) Subject: [lms-commits] CVS update of lms/contrib/customer_otherip (7 files) Message-ID: <20100311130729.7BDEA3027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:29 Author: alec Path: /cvsroot/lms/contrib/customer_otherip Modified: authentication.inc balanceview.php class.php customerlogin.html index.php invoice.php invoice_pdf.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/contrib/customer_otherip/authentication.inc.diff?&r1=1.15&r2=1.16 http://cvs.lms.org.pl/viewvc/Development/lms/contrib/customer_otherip/balanceview.php.diff?&r1=1.23&r2=1.24 http://cvs.lms.org.pl/viewvc/Development/lms/contrib/customer_otherip/class.php.diff?&r1=1.30&r2=1.31 http://cvs.lms.org.pl/viewvc/Development/lms/contrib/customer_otherip/customerlogin.html.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/contrib/customer_otherip/index.php.diff?&r1=1.16&r2=1.17 http://cvs.lms.org.pl/viewvc/Development/lms/contrib/customer_otherip/invoice.php.diff?&r1=1.13&r2=1.14 http://cvs.lms.org.pl/viewvc/Development/lms/contrib/customer_otherip/invoice_pdf.php.diff?&r1=1.15&r2=1.16 Index: lms/contrib/customer_otherip/authentication.inc diff -u lms/contrib/customer_otherip/authentication.inc:1.15 lms/contrib/customer_otherip/authentication.inc:1.16 --- lms/contrib/customer_otherip/authentication.inc:1.15 Tue Jan 13 08:45:29 2009 +++ lms/contrib/customer_otherip/authentication.inc Thu Mar 11 14:07:29 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: authentication.inc,v 1.15 2009/01/13 07:45:29 alec Exp $ + * $Id: authentication.inc,v 1.16 2010/03/11 13:07:29 alec Exp $ */ function GetCustomerIDByPhoneAndPIN($phone, $pin) Index: lms/contrib/customer_otherip/balanceview.php diff -u lms/contrib/customer_otherip/balanceview.php:1.23 lms/contrib/customer_otherip/balanceview.php:1.24 --- lms/contrib/customer_otherip/balanceview.php:1.23 Wed Feb 11 12:37:14 2009 +++ lms/contrib/customer_otherip/balanceview.php Thu Mar 11 14:07:29 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: balanceview.php,v 1.23 2009/02/11 11:37:14 alec Exp $ + * $Id: balanceview.php,v 1.24 2010/03/11 13:07:29 alec Exp $ */ include_once('class.php'); Index: lms/contrib/customer_otherip/class.php diff -u lms/contrib/customer_otherip/class.php:1.30 lms/contrib/customer_otherip/class.php:1.31 --- lms/contrib/customer_otherip/class.php:1.30 Tue Aug 25 10:31:24 2009 +++ lms/contrib/customer_otherip/class.php Thu Mar 11 14:07:29 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: class.php,v 1.30 2009/08/25 08:31:24 alec Exp $ + * $Id: class.php,v 1.31 2010/03/11 13:07:29 alec Exp $ */ // REPLACE THIS WITH PATH TO YOU CONFIG FILE Index: lms/contrib/customer_otherip/customerlogin.html diff -u lms/contrib/customer_otherip/customerlogin.html:1.7 lms/contrib/customer_otherip/customerlogin.html:1.8 --- lms/contrib/customer_otherip/customerlogin.html:1.7 Tue Jan 13 08:45:29 2009 +++ lms/contrib/customer_otherip/customerlogin.html Thu Mar 11 14:07:29 2010 @@ -27,7 +27,7 @@

- © 2001-2009 LMS Developers - http://www.lms.org.pl
+ © 2001-2010 LMS Developers - http://www.lms.org.pl
© 2001-2003 ASK NetX - http://www.netx.waw.pl

Index: lms/contrib/customer_otherip/index.php diff -u lms/contrib/customer_otherip/index.php:1.16 lms/contrib/customer_otherip/index.php:1.17 --- lms/contrib/customer_otherip/index.php:1.16 Tue Jan 13 08:45:29 2009 +++ lms/contrib/customer_otherip/index.php Thu Mar 11 14:07:29 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: index.php,v 1.16 2009/01/13 07:45:29 alec Exp $ + * $Id: index.php,v 1.17 2010/03/11 13:07:29 alec Exp $ */ include_once('class.php'); Index: lms/contrib/customer_otherip/invoice.php diff -u lms/contrib/customer_otherip/invoice.php:1.13 lms/contrib/customer_otherip/invoice.php:1.14 --- lms/contrib/customer_otherip/invoice.php:1.13 Tue Jan 13 08:45:29 2009 +++ lms/contrib/customer_otherip/invoice.php Thu Mar 11 14:07:29 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: invoice.php,v 1.13 2009/01/13 07:45:29 alec Exp $ + * $Id: invoice.php,v 1.14 2010/03/11 13:07:29 alec Exp $ */ include('class.php'); Index: lms/contrib/customer_otherip/invoice_pdf.php diff -u lms/contrib/customer_otherip/invoice_pdf.php:1.15 lms/contrib/customer_otherip/invoice_pdf.php:1.16 --- lms/contrib/customer_otherip/invoice_pdf.php:1.15 Tue Jan 13 08:45:29 2009 +++ lms/contrib/customer_otherip/invoice_pdf.php Thu Mar 11 14:07:29 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: invoice_pdf.php,v 1.15 2009/01/13 07:45:29 alec Exp $ + * $Id: invoice_pdf.php,v 1.16 2010/03/11 13:07:29 alec Exp $ */ // Faktury w PDF, do użycia z formularzami FT-0100 (c) Polarnet // w razie pytań mailto:lexx w polarnet.org From cvs w lms.org.pl Thu Mar 11 14:07:28 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:28 +0100 (CET) Subject: [lms-commits] CVS update of lms/contrib/bin (3 files) Message-ID: <20100311130728.EC74E3027B2C@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:28 Author: alec Path: /cvsroot/lms/contrib/bin Modified: lms-antyvir lms-cashimport-ingbs lms-debtors - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/contrib/bin/lms-antyvir.diff?&r1=1.14&r2=1.15 http://cvs.lms.org.pl/viewvc/Development/lms/contrib/bin/lms-cashimport-ingbs.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/contrib/bin/lms-debtors.diff?&r1=1.15&r2=1.16 Index: lms/contrib/bin/lms-antyvir diff -u lms/contrib/bin/lms-antyvir:1.14 lms/contrib/bin/lms-antyvir:1.15 --- lms/contrib/bin/lms-antyvir:1.14 Tue Jan 13 08:45:28 2009 +++ lms/contrib/bin/lms-antyvir Thu Mar 11 14:07:28 2010 @@ -2,7 +2,7 @@ # # LMS version 1.11-cvs # -# (C) 2001-2009 LMS Developers +# (C) 2001-2010 LMS Developers # # Please, see the doc/AUTHORS for more information about authors! # @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, # USA. # -# $Id: lms-antyvir,v 1.14 2009/01/13 07:45:28 alec Exp $ +# $Id: lms-antyvir,v 1.15 2010/03/11 13:07:28 alec Exp $ use DBI; use strict; @@ -54,8 +54,8 @@ { print STDERR < Date: Thursday, March 11, 2010 @ 14:07:29 Author: alec Path: /cvsroot/lms/contrib/daemon/cbq-init Modified: cbq-init.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/contrib/daemon/cbq-init/cbq-init.c.diff?&r1=1.13&r2=1.14 Index: lms/contrib/daemon/cbq-init/cbq-init.c diff -u lms/contrib/daemon/cbq-init/cbq-init.c:1.13 lms/contrib/daemon/cbq-init/cbq-init.c:1.14 --- lms/contrib/daemon/cbq-init/cbq-init.c:1.13 Tue Jan 13 08:45:29 2009 +++ lms/contrib/daemon/cbq-init/cbq-init.c Thu Mar 11 14:07:29 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cbq-init.c,v 1.13 2009/01/13 07:45:29 alec Exp $ + * $Id: cbq-init.c,v 1.14 2010/03/11 13:07:29 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:29 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:29 +0100 (CET) Subject: [lms-commits] CVS update of lms/contrib/customer_otherip/locale/pl (strings.php) Message-ID: <20100311130729.967423027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:29 Author: alec Path: /cvsroot/lms/contrib/customer_otherip/locale/pl Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/contrib/customer_otherip/locale/pl/strings.php.diff?&r1=1.9&r2=1.10 Index: lms/contrib/customer_otherip/locale/pl/strings.php diff -u lms/contrib/customer_otherip/locale/pl/strings.php:1.9 lms/contrib/customer_otherip/locale/pl/strings.php:1.10 --- lms/contrib/customer_otherip/locale/pl/strings.php:1.9 Tue Jan 13 08:45:29 2009 +++ lms/contrib/customer_otherip/locale/pl/strings.php Thu Mar 11 14:07:29 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.9 2009/01/13 07:45:29 alec Exp $ + * $Id: strings.php,v 1.10 2010/03/11 13:07:29 alec Exp $ */ $_LANG['All payments send on account:'] = 'Wszystkie płatności prosimy przesyłać na konto:'; From cvs w lms.org.pl Thu Mar 11 14:07:29 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:29 +0100 (CET) Subject: [lms-commits] CVS update of lms/contrib/daemon/shaper (shaper.c) Message-ID: <20100311130729.E617E3027B2E@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:29 Author: alec Path: /cvsroot/lms/contrib/daemon/shaper Modified: shaper.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/contrib/daemon/shaper/shaper.c.diff?&r1=1.14&r2=1.15 Index: lms/contrib/daemon/shaper/shaper.c diff -u lms/contrib/daemon/shaper/shaper.c:1.14 lms/contrib/daemon/shaper/shaper.c:1.15 --- lms/contrib/daemon/shaper/shaper.c:1.14 Tue Jan 13 08:45:29 2009 +++ lms/contrib/daemon/shaper/shaper.c Thu Mar 11 14:07:29 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: shaper.c,v 1.14 2009/01/13 07:45:29 alec Exp $ + * $Id: shaper.c,v 1.15 2010/03/11 13:07:29 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:30 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:30 +0100 (CET) Subject: [lms-commits] CVS update of lms/contrib/daemon/tc-ng (tc-ng.c) Message-ID: <20100311130730.098C13027B2F@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:30 Author: alec Path: /cvsroot/lms/contrib/daemon/tc-ng Modified: tc-ng.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/contrib/daemon/tc-ng/tc-ng.c.diff?&r1=1.2&r2=1.3 Index: lms/contrib/daemon/tc-ng/tc-ng.c diff -u lms/contrib/daemon/tc-ng/tc-ng.c:1.2 lms/contrib/daemon/tc-ng/tc-ng.c:1.3 --- lms/contrib/daemon/tc-ng/tc-ng.c:1.2 Tue Jan 13 08:45:30 2009 +++ lms/contrib/daemon/tc-ng/tc-ng.c Thu Mar 11 14:07:29 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: tc-ng.c,v 1.2 2009/01/13 07:45:30 alec Exp $ + * $Id: tc-ng.c,v 1.3 2010/03/11 13:07:29 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:30 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:30 +0100 (CET) Subject: [lms-commits] CVS update of lms/contrib/formularz_przelewu_wplaty (druk.php) Message-ID: <20100311130730.241423027B30@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:30 Author: alec Path: /cvsroot/lms/contrib/formularz_przelewu_wplaty Modified: druk.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/contrib/formularz_przelewu_wplaty/druk.php.diff?&r1=1.28&r2=1.29 Index: lms/contrib/formularz_przelewu_wplaty/druk.php diff -u lms/contrib/formularz_przelewu_wplaty/druk.php:1.28 lms/contrib/formularz_przelewu_wplaty/druk.php:1.29 --- lms/contrib/formularz_przelewu_wplaty/druk.php:1.28 Wed Feb 3 20:13:21 2010 +++ lms/contrib/formularz_przelewu_wplaty/druk.php Thu Mar 11 14:07:30 2010 @@ -3,11 +3,11 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * - * $Id: druk.php,v 1.28 2010/02/03 19:13:21 alec Exp $ + * $Id: druk.php,v 1.29 2010/03/11 13:07:30 alec Exp $ */ // REPLACE THIS WITH PATH TO YOU CONFIG FILE From cvs w lms.org.pl Thu Mar 11 14:07:30 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:30 +0100 (CET) Subject: [lms-commits] CVS update of lms/contrib/sqlpanel (sql.php, sqllang.php) Message-ID: <20100311130730.435833027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:30 Author: alec Path: /cvsroot/lms/contrib/sqlpanel Modified: sql.php sqllang.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/contrib/sqlpanel/sql.php.diff?&r1=1.22&r2=1.23 http://cvs.lms.org.pl/viewvc/Development/lms/contrib/sqlpanel/sqllang.php.diff?&r1=1.8&r2=1.9 Index: lms/contrib/sqlpanel/sql.php diff -u lms/contrib/sqlpanel/sql.php:1.22 lms/contrib/sqlpanel/sql.php:1.23 --- lms/contrib/sqlpanel/sql.php:1.22 Tue Jan 13 08:45:30 2009 +++ lms/contrib/sqlpanel/sql.php Thu Mar 11 14:07:30 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: sql.php,v 1.22 2009/01/13 07:45:30 alec Exp $ + * $Id: sql.php,v 1.23 2010/03/11 13:07:30 alec Exp $ */ include('sqllang.php'); Index: lms/contrib/sqlpanel/sqllang.php diff -u lms/contrib/sqlpanel/sqllang.php:1.8 lms/contrib/sqlpanel/sqllang.php:1.9 --- lms/contrib/sqlpanel/sqllang.php:1.8 Tue Jan 13 08:45:30 2009 +++ lms/contrib/sqlpanel/sqllang.php Thu Mar 11 14:07:30 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: sqllang.php,v 1.8 2009/01/13 07:45:30 alec Exp $ + * $Id: sqllang.php,v 1.9 2010/03/11 13:07:30 alec Exp $ */ switch($LMS->lang) From cvs w lms.org.pl Thu Mar 11 14:07:30 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:30 +0100 (CET) Subject: [lms-commits] CVS update of lms/contrib/squid_redirector (3 files) Message-ID: <20100311130730.69BAB3027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:30 Author: alec Path: /cvsroot/lms/contrib/squid_redirector Modified: index.php lang.php lms-squid - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/contrib/squid_redirector/index.php.diff?&r1=1.20&r2=1.21 http://cvs.lms.org.pl/viewvc/Development/lms/contrib/squid_redirector/lang.php.diff?&r1=1.12&r2=1.13 http://cvs.lms.org.pl/viewvc/Development/lms/contrib/squid_redirector/lms-squid.diff?&r1=1.16&r2=1.17 Index: lms/contrib/squid_redirector/index.php diff -u lms/contrib/squid_redirector/index.php:1.20 lms/contrib/squid_redirector/index.php:1.21 --- lms/contrib/squid_redirector/index.php:1.20 Tue Aug 25 10:31:24 2009 +++ lms/contrib/squid_redirector/index.php Thu Mar 11 14:07:30 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: index.php,v 1.20 2009/08/25 08:31:24 alec Exp $ + * $Id: index.php,v 1.21 2010/03/11 13:07:30 alec Exp $ */ // REPLACE THIS WITH PATH TO YOU CONFIG FILE Index: lms/contrib/squid_redirector/lang.php diff -u lms/contrib/squid_redirector/lang.php:1.12 lms/contrib/squid_redirector/lang.php:1.13 --- lms/contrib/squid_redirector/lang.php:1.12 Tue Jan 13 08:45:30 2009 +++ lms/contrib/squid_redirector/lang.php Thu Mar 11 14:07:30 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: lang.php,v 1.12 2009/01/13 07:45:30 alec Exp $ + * $Id: lang.php,v 1.13 2010/03/11 13:07:30 alec Exp $ */ switch($LMS->lang) Index: lms/contrib/squid_redirector/lms-squid diff -u lms/contrib/squid_redirector/lms-squid:1.16 lms/contrib/squid_redirector/lms-squid:1.17 --- lms/contrib/squid_redirector/lms-squid:1.16 Tue Jan 13 08:45:30 2009 +++ lms/contrib/squid_redirector/lms-squid Thu Mar 11 14:07:30 2010 @@ -2,7 +2,7 @@ # # LMS version 1.11-cvs # -# (C) 2001-2009 LMS Developers +# (C) 2001-2010 LMS Developers # # Please, see the doc/AUTHORS for more information about authors! # @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, # USA. # -# $Id: lms-squid,v 1.16 2009/01/13 07:45:30 alec Exp $ +# $Id: lms-squid,v 1.17 2010/03/11 13:07:30 alec Exp $ use DBI; use Config::IniFiles; From cvs w lms.org.pl Thu Mar 11 14:07:30 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:30 +0100 (CET) Subject: [lms-commits] CVS update of lms/contrib/userpanel_modules/accounts (2 files) Message-ID: <20100311130730.85C493027B2C@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:30 Author: alec Path: /cvsroot/lms/contrib/userpanel_modules/accounts Modified: configuration.php functions.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/contrib/userpanel_modules/accounts/configuration.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/contrib/userpanel_modules/accounts/functions.php.diff?&r1=1.2&r2=1.3 Index: lms/contrib/userpanel_modules/accounts/configuration.php diff -u lms/contrib/userpanel_modules/accounts/configuration.php:1.2 lms/contrib/userpanel_modules/accounts/configuration.php:1.3 --- lms/contrib/userpanel_modules/accounts/configuration.php:1.2 Fri May 15 12:55:59 2009 +++ lms/contrib/userpanel_modules/accounts/configuration.php Thu Mar 11 14:07:30 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: configuration.php,v 1.2 2009/05/15 10:55:59 alec Exp $ + * $Id: configuration.php,v 1.3 2010/03/11 13:07:30 alec Exp $ */ $USERPANEL->AddModule(trans('Accounts'), // Display name Index: lms/contrib/userpanel_modules/accounts/functions.php diff -u lms/contrib/userpanel_modules/accounts/functions.php:1.2 lms/contrib/userpanel_modules/accounts/functions.php:1.3 --- lms/contrib/userpanel_modules/accounts/functions.php:1.2 Fri May 15 12:55:59 2009 +++ lms/contrib/userpanel_modules/accounts/functions.php Thu Mar 11 14:07:30 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: functions.php,v 1.2 2009/05/15 10:55:59 alec Exp $ + * $Id: functions.php,v 1.3 2010/03/11 13:07:30 alec Exp $ */ $_MAILDBTYPE = $CONFIG['database']['mail_db_type']; From cvs w lms.org.pl Thu Mar 11 14:07:30 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:30 +0100 (CET) Subject: [lms-commits] CVS update of lms/contrib/userpanel_modules/accounts/locale/pl (1 file) Message-ID: <20100311130730.9EE563027B2D@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:30 Author: alec Path: /cvsroot/lms/contrib/userpanel_modules/accounts/locale/pl Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/contrib/userpanel_modules/accounts/locale/pl/strings.php.diff?&r1=1.2&r2=1.3 Index: lms/contrib/userpanel_modules/accounts/locale/pl/strings.php diff -u lms/contrib/userpanel_modules/accounts/locale/pl/strings.php:1.2 lms/contrib/userpanel_modules/accounts/locale/pl/strings.php:1.3 --- lms/contrib/userpanel_modules/accounts/locale/pl/strings.php:1.2 Fri May 15 12:55:59 2009 +++ lms/contrib/userpanel_modules/accounts/locale/pl/strings.php Thu Mar 11 14:07:30 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.2 2009/05/15 10:55:59 alec Exp $ + * $Id: strings.php,v 1.3 2010/03/11 13:07:30 alec Exp $ */ $_LANG['Add'] = 'Dodaj'; From cvs w lms.org.pl Thu Mar 11 14:07:31 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:31 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/cron (cron.c, cronparse.c) Message-ID: <20100311130731.0F4CC3027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:31 Author: alec Path: /cvsroot/lms/daemon/cron Modified: cron.c cronparse.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/cron/cron.c.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/daemon/cron/cronparse.c.diff?&r1=1.9&r2=1.10 Index: lms/daemon/cron/cron.c diff -u lms/daemon/cron/cron.c:1.10 lms/daemon/cron/cron.c:1.11 --- lms/daemon/cron/cron.c:1.10 Tue Jan 13 08:45:30 2009 +++ lms/daemon/cron/cron.c Thu Mar 11 14:07:30 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cron.c,v 1.10 2009/01/13 07:45:30 alec Exp $ + * $Id: cron.c,v 1.11 2010/03/11 13:07:30 alec Exp $ */ #include Index: lms/daemon/cron/cronparse.c diff -u lms/daemon/cron/cronparse.c:1.9 lms/daemon/cron/cronparse.c:1.10 --- lms/daemon/cron/cronparse.c:1.9 Tue Jan 13 08:45:31 2009 +++ lms/daemon/cron/cronparse.c Thu Mar 11 14:07:30 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cronparse.c,v 1.9 2009/01/13 07:45:31 alec Exp $ + * $Id: cronparse.c,v 1.10 2010/03/11 13:07:30 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:30 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:30 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/config (config.c, dictionary.c) Message-ID: <20100311130730.E17273027B2F@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:30 Author: alec Path: /cvsroot/lms/daemon/config Modified: config.c dictionary.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/config/config.c.diff?&r1=1.16&r2=1.17 http://cvs.lms.org.pl/viewvc/Development/lms/daemon/config/dictionary.c.diff?&r1=1.10&r2=1.11 Index: lms/daemon/config/config.c diff -u lms/daemon/config/config.c:1.16 lms/daemon/config/config.c:1.17 --- lms/daemon/config/config.c:1.16 Tue Jan 13 08:45:30 2009 +++ lms/daemon/config/config.c Thu Mar 11 14:07:30 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: config.c,v 1.16 2009/01/13 07:45:30 alec Exp $ + * $Id: config.c,v 1.17 2010/03/11 13:07:30 alec Exp $ */ #include Index: lms/daemon/config/dictionary.c diff -u lms/daemon/config/dictionary.c:1.10 lms/daemon/config/dictionary.c:1.11 --- lms/daemon/config/dictionary.c:1.10 Tue Jan 13 08:45:30 2009 +++ lms/daemon/config/dictionary.c Thu Mar 11 14:07:30 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: dictionary.c,v 1.10 2009/01/13 07:45:30 alec Exp $ + * $Id: dictionary.c,v 1.11 2010/03/11 13:07:30 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:30 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:30 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon (lmsd.c, util.c) Message-ID: <20100311130730.BDE6B3027B2E@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:30 Author: alec Path: /cvsroot/lms/daemon Modified: lmsd.c util.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/lmsd.c.diff?&r1=1.39&r2=1.40 http://cvs.lms.org.pl/viewvc/Development/lms/daemon/util.c.diff?&r1=1.24&r2=1.25 Index: lms/daemon/lmsd.c diff -u lms/daemon/lmsd.c:1.39 lms/daemon/lmsd.c:1.40 --- lms/daemon/lmsd.c:1.39 Thu Jul 16 10:39:10 2009 +++ lms/daemon/lmsd.c Thu Mar 11 14:07:30 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -20,7 +20,7 @@ * USA. */ -#define REVISION "$Id: lmsd.c,v 1.39 2009/07/16 08:39:10 alec Exp $" +#define REVISION "$Id: lmsd.c,v 1.40 2010/03/11 13:07:30 alec Exp $" #include #include @@ -446,7 +446,7 @@ switch(opt) { case 'v': - printf("LMS Daemon version 1.11-cvs (%s)\nCopyright (c) 2001-2009 LMS Developers\n", revision); + printf("LMS Daemon version 1.11-cvs (%s)\nCopyright (c) 2001-2010 LMS Developers\n", revision); exit(0); case 's': ssl = 1; Index: lms/daemon/util.c diff -u lms/daemon/util.c:1.24 lms/daemon/util.c:1.25 --- lms/daemon/util.c:1.24 Thu Jul 16 10:39:10 2009 +++ lms/daemon/util.c Thu Mar 11 14:07:30 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: util.c,v 1.24 2009/07/16 08:39:10 alec Exp $ + * $Id: util.c,v 1.25 2010/03/11 13:07:30 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:31 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:31 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/modules/dns (dns.c) Message-ID: <20100311130731.9B7E23027B2E@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:31 Author: alec Path: /cvsroot/lms/daemon/modules/dns Modified: dns.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/dns/dns.c.diff?&r1=1.25&r2=1.26 Index: lms/daemon/modules/dns/dns.c diff -u lms/daemon/modules/dns/dns.c:1.25 lms/daemon/modules/dns/dns.c:1.26 --- lms/daemon/modules/dns/dns.c:1.25 Thu Jul 16 10:39:11 2009 +++ lms/daemon/modules/dns/dns.c Thu Mar 11 14:07:31 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: dns.c,v 1.25 2009/07/16 08:39:11 alec Exp $ + * $Id: dns.c,v 1.26 2010/03/11 13:07:31 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:31 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:31 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/modules/cutoff (cutoff.c) Message-ID: <20100311130731.67CC53027B2C@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:31 Author: alec Path: /cvsroot/lms/daemon/modules/cutoff Modified: cutoff.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/cutoff/cutoff.c.diff?&r1=1.41&r2=1.42 Index: lms/daemon/modules/cutoff/cutoff.c diff -u lms/daemon/modules/cutoff/cutoff.c:1.41 lms/daemon/modules/cutoff/cutoff.c:1.42 --- lms/daemon/modules/cutoff/cutoff.c:1.41 Thu Dec 10 13:33:18 2009 +++ lms/daemon/modules/cutoff/cutoff.c Thu Mar 11 14:07:31 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cutoff.c,v 1.41 2009/12/10 12:33:18 alec Exp $ + * $Id: cutoff.c,v 1.42 2010/03/11 13:07:31 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:31 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:31 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/modules/ethers (ethers.c) Message-ID: <20100311130731.B7B623027B2F@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:31 Author: alec Path: /cvsroot/lms/daemon/modules/ethers Modified: ethers.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/ethers/ethers.c.diff?&r1=1.28&r2=1.29 Index: lms/daemon/modules/ethers/ethers.c diff -u lms/daemon/modules/ethers/ethers.c:1.28 lms/daemon/modules/ethers/ethers.c:1.29 --- lms/daemon/modules/ethers/ethers.c:1.28 Tue Jan 13 08:45:31 2009 +++ lms/daemon/modules/ethers/ethers.c Thu Mar 11 14:07:31 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: ethers.c,v 1.28 2009/01/13 07:45:31 alec Exp $ + * $Id: ethers.c,v 1.29 2010/03/11 13:07:31 alec Exp $ */ #include #include From cvs w lms.org.pl Thu Mar 11 14:07:31 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:31 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/dbdrivers/mysql (db.c) Message-ID: <20100311130731.2E6043027B2D@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:31 Author: alec Path: /cvsroot/lms/daemon/dbdrivers/mysql Modified: db.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/dbdrivers/mysql/db.c.diff?&r1=1.21&r2=1.22 Index: lms/daemon/dbdrivers/mysql/db.c diff -u lms/daemon/dbdrivers/mysql/db.c:1.21 lms/daemon/dbdrivers/mysql/db.c:1.22 --- lms/daemon/dbdrivers/mysql/db.c:1.21 Tue Nov 24 09:23:41 2009 +++ lms/daemon/dbdrivers/mysql/db.c Thu Mar 11 14:07:31 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: db.c,v 1.21 2009/11/24 08:23:41 alec Exp $ + * $Id: db.c,v 1.22 2010/03/11 13:07:31 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:31 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:31 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/modules/ewx-pt (ewx-pt.c) Message-ID: <20100311130731.D3D0F3027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:31 Author: alec Path: /cvsroot/lms/daemon/modules/ewx-pt Modified: ewx-pt.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/ewx-pt/ewx-pt.c.diff?&r1=1.12&r2=1.13 Index: lms/daemon/modules/ewx-pt/ewx-pt.c diff -u lms/daemon/modules/ewx-pt/ewx-pt.c:1.12 lms/daemon/modules/ewx-pt/ewx-pt.c:1.13 --- lms/daemon/modules/ewx-pt/ewx-pt.c:1.12 Wed Mar 4 10:51:47 2009 +++ lms/daemon/modules/ewx-pt/ewx-pt.c Thu Mar 11 14:07:31 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: ewx-pt.c,v 1.12 2009/03/04 09:51:47 alec Exp $ + * $Id: ewx-pt.c,v 1.13 2010/03/11 13:07:31 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:31 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:31 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/modules/dhcp (dhcp.c) Message-ID: <20100311130731.80E993027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:31 Author: alec Path: /cvsroot/lms/daemon/modules/dhcp Modified: dhcp.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/dhcp/dhcp.c.diff?&r1=1.37&r2=1.38 Index: lms/daemon/modules/dhcp/dhcp.c diff -u lms/daemon/modules/dhcp/dhcp.c:1.37 lms/daemon/modules/dhcp/dhcp.c:1.38 --- lms/daemon/modules/dhcp/dhcp.c:1.37 Tue Jan 13 08:45:31 2009 +++ lms/daemon/modules/dhcp/dhcp.c Thu Mar 11 14:07:31 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: dhcp.c,v 1.37 2009/01/13 07:45:31 alec Exp $ + * $Id: dhcp.c,v 1.38 2010/03/11 13:07:31 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:31 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:31 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/modules/ewx-stm (ewx-stm.c) Message-ID: <20100311130731.EA0583027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:31 Author: alec Path: /cvsroot/lms/daemon/modules/ewx-stm Modified: ewx-stm.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/ewx-stm/ewx-stm.c.diff?&r1=1.18&r2=1.19 Index: lms/daemon/modules/ewx-stm/ewx-stm.c diff -u lms/daemon/modules/ewx-stm/ewx-stm.c:1.18 lms/daemon/modules/ewx-stm/ewx-stm.c:1.19 --- lms/daemon/modules/ewx-stm/ewx-stm.c:1.18 Thu Mar 11 14:06:19 2010 +++ lms/daemon/modules/ewx-stm/ewx-stm.c Thu Mar 11 14:07:31 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: ewx-stm.c,v 1.18 2010/03/11 13:06:19 alec Exp $ + * $Id: ewx-stm.c,v 1.19 2010/03/11 13:07:31 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:31 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:31 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/dbdrivers/pgsql (db.c) Message-ID: <20100311130731.4EBA33027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:31 Author: alec Path: /cvsroot/lms/daemon/dbdrivers/pgsql Modified: db.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/dbdrivers/pgsql/db.c.diff?&r1=1.20&r2=1.21 Index: lms/daemon/dbdrivers/pgsql/db.c diff -u lms/daemon/dbdrivers/pgsql/db.c:1.20 lms/daemon/dbdrivers/pgsql/db.c:1.21 --- lms/daemon/dbdrivers/pgsql/db.c:1.20 Tue Nov 24 09:23:41 2009 +++ lms/daemon/dbdrivers/pgsql/db.c Thu Mar 11 14:07:31 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: db.c,v 1.20 2009/11/24 08:23:41 alec Exp $ + * $Id: db.c,v 1.21 2010/03/11 13:07:31 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:32 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:32 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/modules/ggnotify (ggnotify.c) Message-ID: <20100311130732.1368D3027B2C@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:32 Author: alec Path: /cvsroot/lms/daemon/modules/ggnotify Modified: ggnotify.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/ggnotify/ggnotify.c.diff?&r1=1.28&r2=1.29 Index: lms/daemon/modules/ggnotify/ggnotify.c diff -u lms/daemon/modules/ggnotify/ggnotify.c:1.28 lms/daemon/modules/ggnotify/ggnotify.c:1.29 --- lms/daemon/modules/ggnotify/ggnotify.c:1.28 Tue Jan 13 08:45:31 2009 +++ lms/daemon/modules/ggnotify/ggnotify.c Thu Mar 11 14:07:31 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: ggnotify.c,v 1.28 2009/01/13 07:45:31 alec Exp $ + * $Id: ggnotify.c,v 1.29 2010/03/11 13:07:31 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:32 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:32 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/modules/hostfile (hostfile.c) Message-ID: <20100311130732.2B0F73027B2D@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:32 Author: alec Path: /cvsroot/lms/daemon/modules/hostfile Modified: hostfile.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/hostfile/hostfile.c.diff?&r1=1.64&r2=1.65 Index: lms/daemon/modules/hostfile/hostfile.c diff -u lms/daemon/modules/hostfile/hostfile.c:1.64 lms/daemon/modules/hostfile/hostfile.c:1.65 --- lms/daemon/modules/hostfile/hostfile.c:1.64 Wed Mar 4 10:35:10 2009 +++ lms/daemon/modules/hostfile/hostfile.c Thu Mar 11 14:07:32 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: hostfile.c,v 1.64 2009/03/04 09:35:10 alec Exp $ + * $Id: hostfile.c,v 1.65 2010/03/11 13:07:32 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:32 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:32 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/modules/notify (notify.c) Message-ID: <20100311130732.459C93027B2E@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:32 Author: alec Path: /cvsroot/lms/daemon/modules/notify Modified: notify.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/notify/notify.c.diff?&r1=1.28&r2=1.29 Index: lms/daemon/modules/notify/notify.c diff -u lms/daemon/modules/notify/notify.c:1.28 lms/daemon/modules/notify/notify.c:1.29 --- lms/daemon/modules/notify/notify.c:1.28 Tue Jan 13 08:45:32 2009 +++ lms/daemon/modules/notify/notify.c Thu Mar 11 14:07:32 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: notify.c,v 1.28 2009/01/13 07:45:32 alec Exp $ + * $Id: notify.c,v 1.29 2010/03/11 13:07:32 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:32 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:32 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/modules/parser/extensions (3 files) Message-ID: <20100311130732.9FDE13027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:32 Author: alec Path: /cvsroot/lms/daemon/modules/parser/extensions Modified: net.c sql.c syslog.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/parser/extensions/net.c.diff?&r1=1.13&r2=1.14 http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/parser/extensions/sql.c.diff?&r1=1.17&r2=1.18 http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/parser/extensions/syslog.c.diff?&r1=1.7&r2=1.8 Index: lms/daemon/modules/parser/extensions/net.c diff -u lms/daemon/modules/parser/extensions/net.c:1.13 lms/daemon/modules/parser/extensions/net.c:1.14 --- lms/daemon/modules/parser/extensions/net.c:1.13 Tue Jan 13 08:45:32 2009 +++ lms/daemon/modules/parser/extensions/net.c Thu Mar 11 14:07:32 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: net.c,v 1.13 2009/01/13 07:45:32 alec Exp $ + * $Id: net.c,v 1.14 2010/03/11 13:07:32 alec Exp $ */ #include Index: lms/daemon/modules/parser/extensions/sql.c diff -u lms/daemon/modules/parser/extensions/sql.c:1.17 lms/daemon/modules/parser/extensions/sql.c:1.18 --- lms/daemon/modules/parser/extensions/sql.c:1.17 Tue Jan 13 08:45:32 2009 +++ lms/daemon/modules/parser/extensions/sql.c Thu Mar 11 14:07:32 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: sql.c,v 1.17 2009/01/13 07:45:32 alec Exp $ + * $Id: sql.c,v 1.18 2010/03/11 13:07:32 alec Exp $ */ #include "sql.h" Index: lms/daemon/modules/parser/extensions/syslog.c diff -u lms/daemon/modules/parser/extensions/syslog.c:1.7 lms/daemon/modules/parser/extensions/syslog.c:1.8 --- lms/daemon/modules/parser/extensions/syslog.c:1.7 Tue Jan 13 08:45:32 2009 +++ lms/daemon/modules/parser/extensions/syslog.c Thu Mar 11 14:07:32 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: syslog.c,v 1.7 2009/01/13 07:45:32 alec Exp $ + * $Id: syslog.c,v 1.8 2010/03/11 13:07:32 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:32 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:32 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/modules/parser (parser.c) Message-ID: <20100311130732.77F5D3027B30@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:32 Author: alec Path: /cvsroot/lms/daemon/modules/parser Modified: parser.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/parser/parser.c.diff?&r1=1.16&r2=1.17 Index: lms/daemon/modules/parser/parser.c diff -u lms/daemon/modules/parser/parser.c:1.16 lms/daemon/modules/parser/parser.c:1.17 --- lms/daemon/modules/parser/parser.c:1.16 Tue Jan 13 08:45:32 2009 +++ lms/daemon/modules/parser/parser.c Thu Mar 11 14:07:32 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: parser.c,v 1.16 2009/01/13 07:45:32 alec Exp $ + * $Id: parser.c,v 1.17 2010/03/11 13:07:32 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:32 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:32 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/modules/payments (payments.c) Message-ID: <20100311130732.B78703027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:32 Author: alec Path: /cvsroot/lms/daemon/modules/payments Modified: payments.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/payments/payments.c.diff?&r1=1.83&r2=1.84 Index: lms/daemon/modules/payments/payments.c diff -u lms/daemon/modules/payments/payments.c:1.83 lms/daemon/modules/payments/payments.c:1.84 --- lms/daemon/modules/payments/payments.c:1.83 Wed Nov 11 12:16:47 2009 +++ lms/daemon/modules/payments/payments.c Thu Mar 11 14:07:32 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: payments.c,v 1.83 2009/11/11 11:16:47 alec Exp $ + * $Id: payments.c,v 1.84 2010/03/11 13:07:32 alec Exp $ */ #include #include From cvs w lms.org.pl Thu Mar 11 14:07:33 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:33 +0100 (CET) Subject: [lms-commits] CVS update of lms/doc/html/pl (index.html) Message-ID: <20100311130733.BDBC83027B34@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:33 Author: alec Path: /cvsroot/lms/doc/html/pl Modified: index.html - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/doc/html/pl/index.html.diff?&r1=1.40&r2=1.41 Index: lms/doc/html/pl/index.html diff -u lms/doc/html/pl/index.html:1.40 lms/doc/html/pl/index.html:1.41 --- lms/doc/html/pl/index.html:1.40 Sat Feb 6 19:52:47 2010 +++ lms/doc/html/pl/index.html Thu Mar 11 14:07:33 2010 @@ -42,7 +42,7 @@ > LMS DevelopersCopyright © 2001-2010 LMS Developers


Date: Thursday, March 11, 2010 @ 14:07:32 Author: alec Path: /cvsroot/lms/daemon/modules/oident Modified: oident.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/oident/oident.c.diff?&r1=1.27&r2=1.28 Index: lms/daemon/modules/oident/oident.c diff -u lms/daemon/modules/oident/oident.c:1.27 lms/daemon/modules/oident/oident.c:1.28 --- lms/daemon/modules/oident/oident.c:1.27 Fri Oct 30 09:34:48 2009 +++ lms/daemon/modules/oident/oident.c Thu Mar 11 14:07:32 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: oident.c,v 1.27 2009/10/30 08:34:48 alec Exp $ + * $Id: oident.c,v 1.28 2010/03/11 13:07:32 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:33 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:33 +0100 (CET) Subject: [lms-commits] CVS update of lms/doc/sgml/pl (index.sgml) Message-ID: <20100311130733.E8FF93027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:33 Author: alec Path: /cvsroot/lms/doc/sgml/pl Modified: index.sgml - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/doc/sgml/pl/index.sgml.diff?&r1=1.8&r2=1.9 Index: lms/doc/sgml/pl/index.sgml diff -u lms/doc/sgml/pl/index.sgml:1.8 lms/doc/sgml/pl/index.sgml:1.9 --- lms/doc/sgml/pl/index.sgml:1.8 Tue Jan 13 08:45:33 2009 +++ lms/doc/sgml/pl/index.sgml Thu Mar 11 14:07:33 2010 @@ -25,7 +25,7 @@ LMS Developers - 2001-2009 + 2001-2010 LMS Developers From cvs w lms.org.pl Thu Mar 11 14:07:32 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:32 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/modules/system (system.c) Message-ID: <20100311130732.E84E23027B2D@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:32 Author: alec Path: /cvsroot/lms/daemon/modules/system Modified: system.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/system/system.c.diff?&r1=1.13&r2=1.14 Index: lms/daemon/modules/system/system.c diff -u lms/daemon/modules/system/system.c:1.13 lms/daemon/modules/system/system.c:1.14 --- lms/daemon/modules/system/system.c:1.13 Tue Jan 13 08:45:32 2009 +++ lms/daemon/modules/system/system.c Thu Mar 11 14:07:32 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: system.c,v 1.13 2009/01/13 07:45:32 alec Exp $ + * $Id: system.c,v 1.14 2010/03/11 13:07:32 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:33 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:33 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/modules/tc (tc.c) Message-ID: <20100311130733.0C0353027B2E@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:33 Author: alec Path: /cvsroot/lms/daemon/modules/tc Modified: tc.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/tc/tc.c.diff?&r1=1.41&r2=1.42 Index: lms/daemon/modules/tc/tc.c diff -u lms/daemon/modules/tc/tc.c:1.41 lms/daemon/modules/tc/tc.c:1.42 --- lms/daemon/modules/tc/tc.c:1.41 Tue Jan 13 08:45:32 2009 +++ lms/daemon/modules/tc/tc.c Thu Mar 11 14:07:32 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: tc.c,v 1.41 2009/01/13 07:45:32 alec Exp $ + * $Id: tc.c,v 1.42 2010/03/11 13:07:32 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:33 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:33 +0100 (CET) Subject: [lms-commits] CVS update of lms/doc/sgml (index.sgml) Message-ID: <20100311130733.D43D03027B2F@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:33 Author: alec Path: /cvsroot/lms/doc/sgml Modified: index.sgml - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/doc/sgml/index.sgml.diff?&r1=1.18&r2=1.19 Index: lms/doc/sgml/index.sgml diff -u lms/doc/sgml/index.sgml:1.18 lms/doc/sgml/index.sgml:1.19 --- lms/doc/sgml/index.sgml:1.18 Tue Jan 13 08:45:33 2009 +++ lms/doc/sgml/index.sgml Thu Mar 11 14:07:33 2010 @@ -25,7 +25,7 @@ LMS Developers - 2001-2009 + 2001-2010 LMS Developers From cvs w lms.org.pl Thu Mar 11 14:07:33 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:33 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/modules/traffic (traffic.c) Message-ID: <20100311130733.251923027B31@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:33 Author: alec Path: /cvsroot/lms/daemon/modules/traffic Modified: traffic.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/traffic/traffic.c.diff?&r1=1.18&r2=1.19 Index: lms/daemon/modules/traffic/traffic.c diff -u lms/daemon/modules/traffic/traffic.c:1.18 lms/daemon/modules/traffic/traffic.c:1.19 --- lms/daemon/modules/traffic/traffic.c:1.18 Tue Jan 13 08:45:33 2009 +++ lms/daemon/modules/traffic/traffic.c Thu Mar 11 14:07:33 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: traffic.c,v 1.18 2009/01/13 07:45:33 alec Exp $ + * $Id: traffic.c,v 1.19 2010/03/11 13:07:33 alec Exp $ */ #include #include From cvs w lms.org.pl Thu Mar 11 14:07:32 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:32 +0100 (CET) Subject: [lms-commits] CVS update of lms/daemon/modules/pinger (pinger.c) Message-ID: <20100311130732.D0A943027B2C@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:32 Author: alec Path: /cvsroot/lms/daemon/modules/pinger Modified: pinger.c - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/daemon/modules/pinger/pinger.c.diff?&r1=1.20&r2=1.21 Index: lms/daemon/modules/pinger/pinger.c diff -u lms/daemon/modules/pinger/pinger.c:1.20 lms/daemon/modules/pinger/pinger.c:1.21 --- lms/daemon/modules/pinger/pinger.c:1.20 Tue Jan 13 08:45:32 2009 +++ lms/daemon/modules/pinger/pinger.c Thu Mar 11 14:07:32 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,7 +19,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: pinger.c,v 1.20 2009/01/13 07:45:32 alec Exp $ + * $Id: pinger.c,v 1.21 2010/03/11 13:07:32 alec Exp $ */ #include From cvs w lms.org.pl Thu Mar 11 14:07:34 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:34 +0100 (CET) Subject: [lms-commits] CVS update of lms/documents/templates/default (4 files) Message-ID: <20100311130734.213C93027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:34 Author: alec Path: /cvsroot/lms/documents/templates/default Modified: engine.php info.php plugin.php post-action.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/documents/templates/default/engine.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/documents/templates/default/info.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/documents/templates/default/plugin.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/documents/templates/default/post-action.php.diff?&r1=1.6&r2=1.7 Index: lms/documents/templates/default/engine.php diff -u lms/documents/templates/default/engine.php:1.10 lms/documents/templates/default/engine.php:1.11 --- lms/documents/templates/default/engine.php:1.10 Tue Jan 13 08:45:33 2009 +++ lms/documents/templates/default/engine.php Thu Mar 11 14:07:33 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: engine.php,v 1.10 2009/01/13 07:45:33 alec Exp $ + * $Id: engine.php,v 1.11 2010/03/11 13:07:33 alec Exp $ */ $cid = $document['customerid']; Index: lms/documents/templates/default/info.php diff -u lms/documents/templates/default/info.php:1.9 lms/documents/templates/default/info.php:1.10 --- lms/documents/templates/default/info.php:1.9 Tue Jan 13 08:45:33 2009 +++ lms/documents/templates/default/info.php Thu Mar 11 14:07:33 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: info.php,v 1.9 2009/01/13 07:45:33 alec Exp $ + * $Id: info.php,v 1.10 2010/03/11 13:07:33 alec Exp $ */ $engine = array( Index: lms/documents/templates/default/plugin.php diff -u lms/documents/templates/default/plugin.php:1.8 lms/documents/templates/default/plugin.php:1.9 --- lms/documents/templates/default/plugin.php:1.8 Tue Jan 13 08:45:33 2009 +++ lms/documents/templates/default/plugin.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: plugin.php,v 1.8 2009/01/13 07:45:33 alec Exp $ + * $Id: plugin.php,v 1.9 2010/03/11 13:07:34 alec Exp $ */ global $SMARTY; Index: lms/documents/templates/default/post-action.php diff -u lms/documents/templates/default/post-action.php:1.6 lms/documents/templates/default/post-action.php:1.7 --- lms/documents/templates/default/post-action.php:1.6 Tue Jan 13 08:45:33 2009 +++ lms/documents/templates/default/post-action.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: post-action.php,v 1.6 2009/01/13 07:45:33 alec Exp $ + * $Id: post-action.php,v 1.7 2010/03/11 13:07:34 alec Exp $ */ /* From cvs w lms.org.pl Thu Mar 11 14:07:34 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:34 +0100 (CET) Subject: [lms-commits] CVS update of lms/lib (23 files) Message-ID: <20100311130734.BF83D3027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:34 Author: alec Path: /cvsroot/lms/lib Modified: Auth.class.php ExecStack.class.php LMS.class.php LMSDB.php LMSDB_common.class.php LMSDB_driver_mysql.class.php LMSDB_driver_mysqli.class.php LMSDB_driver_postgres.class.php Session.class.php Sysinfo.class.php accesstable.php checkdirs.php checkip.php common.php config.php dbencoding.php definitions.php language.php menu.php pdf.php unstrip.php upgradedb.php views.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/Auth.class.php.diff?&r1=1.29&r2=1.30 http://cvs.lms.org.pl/viewvc/Development/lms/lib/ExecStack.class.php.diff?&r1=1.15&r2=1.16 http://cvs.lms.org.pl/viewvc/Development/lms/lib/LMS.class.php.diff?&r1=1.1019&r2=1.1020 http://cvs.lms.org.pl/viewvc/Development/lms/lib/LMSDB.php.diff?&r1=1.18&r2=1.19 http://cvs.lms.org.pl/viewvc/Development/lms/lib/LMSDB_common.class.php.diff?&r1=1.50&r2=1.51 http://cvs.lms.org.pl/viewvc/Development/lms/lib/LMSDB_driver_mysql.class.php.diff?&r1=1.56&r2=1.57 http://cvs.lms.org.pl/viewvc/Development/lms/lib/LMSDB_driver_mysqli.class.php.diff?&r1=1.12&r2=1.13 http://cvs.lms.org.pl/viewvc/Development/lms/lib/LMSDB_driver_postgres.class.php.diff?&r1=1.48&r2=1.49 http://cvs.lms.org.pl/viewvc/Development/lms/lib/Session.class.php.diff?&r1=2.20&r2=2.21 http://cvs.lms.org.pl/viewvc/Development/lms/lib/Sysinfo.class.php.diff?&r1=1.30&r2=1.31 http://cvs.lms.org.pl/viewvc/Development/lms/lib/accesstable.php.diff?&r1=1.130&r2=1.131 http://cvs.lms.org.pl/viewvc/Development/lms/lib/checkdirs.php.diff?&r1=1.37&r2=1.38 http://cvs.lms.org.pl/viewvc/Development/lms/lib/checkip.php.diff?&r1=1.31&r2=1.32 http://cvs.lms.org.pl/viewvc/Development/lms/lib/common.php.diff?&r1=1.117&r2=1.118 http://cvs.lms.org.pl/viewvc/Development/lms/lib/config.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/dbencoding.php.diff?&r1=1.14&r2=1.15 http://cvs.lms.org.pl/viewvc/Development/lms/lib/definitions.php.diff?&r1=1.31&r2=1.32 http://cvs.lms.org.pl/viewvc/Development/lms/lib/language.php.diff?&r1=1.48&r2=1.49 http://cvs.lms.org.pl/viewvc/Development/lms/lib/menu.php.diff?&r1=1.57&r2=1.58 http://cvs.lms.org.pl/viewvc/Development/lms/lib/pdf.php.diff?&r1=1.12&r2=1.13 http://cvs.lms.org.pl/viewvc/Development/lms/lib/unstrip.php.diff?&r1=1.26&r2=1.27 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb.php.diff?&r1=1.171&r2=1.172 http://cvs.lms.org.pl/viewvc/Development/lms/lib/views.php.diff?&r1=1.5&r2=1.6 Index: lms/lib/Auth.class.php diff -u lms/lib/Auth.class.php:1.29 lms/lib/Auth.class.php:1.30 --- lms/lib/Auth.class.php:1.29 Thu Jul 16 14:17:32 2009 +++ lms/lib/Auth.class.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: Auth.class.php,v 1.29 2009/07/16 12:17:32 alec Exp $ + * $Id: Auth.class.php,v 1.30 2010/03/11 13:07:34 alec Exp $ */ class Auth { @@ -38,7 +38,7 @@ var $lastip; var $error; var $_version = '1.11-cvs'; - var $_revision = '$Revision: 1.29 $'; + var $_revision = '$Revision: 1.30 $'; var $DB = NULL; var $SESSION = NULL; Index: lms/lib/ExecStack.class.php diff -u lms/lib/ExecStack.class.php:1.15 lms/lib/ExecStack.class.php:1.16 --- lms/lib/ExecStack.class.php:1.15 Thu Jun 18 10:58:39 2009 +++ lms/lib/ExecStack.class.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: ExecStack.class.php,v 1.15 2009/06/18 08:58:39 alec Exp $ + * $Id: ExecStack.class.php,v 1.16 2010/03/11 13:07:34 alec Exp $ */ class ExecStack Index: lms/lib/LMS.class.php diff -u lms/lib/LMS.class.php:1.1019 lms/lib/LMS.class.php:1.1020 --- lms/lib/LMS.class.php:1.1019 Thu Mar 11 14:06:19 2010 +++ lms/lib/LMS.class.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: LMS.class.php,v 1.1019 2010/03/11 13:06:19 alec Exp $ + * $Id: LMS.class.php,v 1.1020 2010/03/11 13:07:34 alec Exp $ */ // LMS Class - contains internal LMS database functions used @@ -34,7 +34,7 @@ var $CONFIG; // table including lms.ini options var $cache = array(); // internal cache var $_version = '1.11-cvs'; // class version - var $_revision = '$Revision: 1.1019 $'; + var $_revision = '$Revision: 1.1020 $'; function LMS(&$DB, &$AUTH, &$CONFIG) // class variables setting { Index: lms/lib/LMSDB.php diff -u lms/lib/LMSDB.php:1.18 lms/lib/LMSDB.php:1.19 --- lms/lib/LMSDB.php:1.18 Tue Jan 13 08:45:34 2009 +++ lms/lib/LMSDB.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: LMSDB.php,v 1.18 2009/01/13 07:45:34 alec Exp $ + * $Id: LMSDB.php,v 1.19 2010/03/11 13:07:34 alec Exp $ */ /* Index: lms/lib/LMSDB_common.class.php diff -u lms/lib/LMSDB_common.class.php:1.50 lms/lib/LMSDB_common.class.php:1.51 --- lms/lib/LMSDB_common.class.php:1.50 Wed Nov 18 20:23:24 2009 +++ lms/lib/LMSDB_common.class.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: LMSDB_common.class.php,v 1.50 2009/11/18 19:23:24 alec Exp $ + * $Id: LMSDB_common.class.php,v 1.51 2010/03/11 13:07:34 alec Exp $ */ /* @@ -31,7 +31,7 @@ Class LMSDB_common { var $_version = '1.11-cvs'; - var $_revision = '$Revision: 1.50 $'; + var $_revision = '$Revision: 1.51 $'; // Driver powinien nadpisać tą zmienną wartością TRUE, żeby // funkcja inicjująca baze danych wiedziała że driver się poprawnie Index: lms/lib/LMSDB_driver_mysql.class.php diff -u lms/lib/LMSDB_driver_mysql.class.php:1.56 lms/lib/LMSDB_driver_mysql.class.php:1.57 --- lms/lib/LMSDB_driver_mysql.class.php:1.56 Wed Nov 18 20:23:24 2009 +++ lms/lib/LMSDB_driver_mysql.class.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: LMSDB_driver_mysql.class.php,v 1.56 2009/11/18 19:23:24 alec Exp $ + * $Id: LMSDB_driver_mysql.class.php,v 1.57 2010/03/11 13:07:34 alec Exp $ */ /* @@ -42,7 +42,7 @@ return; } - $this->_version .= ' ('.preg_replace('/^.Revision: ([0-9.]+).*/','\1',$this->_revision).'/'.preg_replace('/^.Revision: ([0-9.]+).*/','\1','$Revision: 1.56 $').')'; + $this->_version .= ' ('.preg_replace('/^.Revision: ([0-9.]+).*/','\1',$this->_revision).'/'.preg_replace('/^.Revision: ([0-9.]+).*/','\1','$Revision: 1.57 $').')'; $this->Connect($dbhost, $dbuser, $dbpasswd, $dbname); } Index: lms/lib/LMSDB_driver_mysqli.class.php diff -u lms/lib/LMSDB_driver_mysqli.class.php:1.12 lms/lib/LMSDB_driver_mysqli.class.php:1.13 --- lms/lib/LMSDB_driver_mysqli.class.php:1.12 Wed Nov 18 20:23:24 2009 +++ lms/lib/LMSDB_driver_mysqli.class.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: LMSDB_driver_mysqli.class.php,v 1.12 2009/11/18 19:23:24 alec Exp $ + * $Id: LMSDB_driver_mysqli.class.php,v 1.13 2010/03/11 13:07:34 alec Exp $ */ /* @@ -42,7 +42,7 @@ return; } - $this->_version .= ' ('.preg_replace('/^.Revision: ([0-9.]+).*/','\1',$this->_revision).'/'.preg_replace('/^.Revision: ([0-9.]+).*/','\1','$Revision: 1.12 $').'-mysqli)'; + $this->_version .= ' ('.preg_replace('/^.Revision: ([0-9.]+).*/','\1',$this->_revision).'/'.preg_replace('/^.Revision: ([0-9.]+).*/','\1','$Revision: 1.13 $').'-mysqli)'; $this->Connect($dbhost, $dbuser, $dbpasswd, $dbname); } Index: lms/lib/LMSDB_driver_postgres.class.php diff -u lms/lib/LMSDB_driver_postgres.class.php:1.48 lms/lib/LMSDB_driver_postgres.class.php:1.49 --- lms/lib/LMSDB_driver_postgres.class.php:1.48 Wed Nov 18 20:23:24 2009 +++ lms/lib/LMSDB_driver_postgres.class.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: LMSDB_driver_postgres.class.php,v 1.48 2009/11/18 19:23:24 alec Exp $ + * $Id: LMSDB_driver_postgres.class.php,v 1.49 2010/03/11 13:07:34 alec Exp $ */ /* @@ -42,7 +42,7 @@ return; } - $this->_version .= ' ('.preg_replace('/^.Revision: ([0-9.]+).*/','\1',$this->_revision).'/'.preg_replace('/^.Revision: ([0-9.]+).*/','\1','$Revision: 1.48 $').')'; + $this->_version .= ' ('.preg_replace('/^.Revision: ([0-9.]+).*/','\1',$this->_revision).'/'.preg_replace('/^.Revision: ([0-9.]+).*/','\1','$Revision: 1.49 $').')'; $this->Connect($dbhost,$dbuser,$dbpasswd,$dbname); } Index: lms/lib/Session.class.php diff -u lms/lib/Session.class.php:2.20 lms/lib/Session.class.php:2.21 --- lms/lib/Session.class.php:2.20 Fri Jun 26 18:17:28 2009 +++ lms/lib/Session.class.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,14 +21,14 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: Session.class.php,v 2.20 2009/06/26 16:17:28 alec Exp $ + * $Id: Session.class.php,v 2.21 2010/03/11 13:07:34 alec Exp $ */ class Session { var $SID = NULL; // session unique ID var $_version = '1.11-cvs'; // library version - var $_revision = '$Revision: 2.20 $'; // library revision + var $_revision = '$Revision: 2.21 $'; // library revision var $_content = array(); // session content array var $_updated = FALSE; // indicates that content has // been altered Index: lms/lib/Sysinfo.class.php diff -u lms/lib/Sysinfo.class.php:1.30 lms/lib/Sysinfo.class.php:1.31 --- lms/lib/Sysinfo.class.php:1.30 Thu Jun 18 10:58:39 2009 +++ lms/lib/Sysinfo.class.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: Sysinfo.class.php,v 1.30 2009/06/18 08:58:39 alec Exp $ + * $Id: Sysinfo.class.php,v 1.31 2010/03/11 13:07:34 alec Exp $ */ /* Index: lms/lib/accesstable.php diff -u lms/lib/accesstable.php:1.130 lms/lib/accesstable.php:1.131 --- lms/lib/accesstable.php:1.130 Wed Mar 10 14:08:31 2010 +++ lms/lib/accesstable.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: accesstable.php,v 1.130 2010/03/10 13:08:31 alec Exp $ + * $Id: accesstable.php,v 1.131 2010/03/11 13:07:34 alec Exp $ */ unset($access); Index: lms/lib/checkdirs.php diff -u lms/lib/checkdirs.php:1.37 lms/lib/checkdirs.php:1.38 --- lms/lib/checkdirs.php:1.37 Tue Jan 13 08:45:34 2009 +++ lms/lib/checkdirs.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: checkdirs.php,v 1.37 2009/01/13 07:45:34 alec Exp $ + * $Id: checkdirs.php,v 1.38 2010/03/11 13:07:34 alec Exp $ */ if(!is_dir(SMARTY_COMPILE_DIR)) Index: lms/lib/checkip.php diff -u lms/lib/checkip.php:1.31 lms/lib/checkip.php:1.32 --- lms/lib/checkip.php:1.31 Tue Jan 13 08:45:34 2009 +++ lms/lib/checkip.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: checkip.php,v 1.31 2009/01/13 07:45:34 alec Exp $ + * $Id: checkip.php,v 1.32 2010/03/11 13:07:34 alec Exp $ */ // Checking if connection is from allowed IP Index: lms/lib/common.php diff -u lms/lib/common.php:1.117 lms/lib/common.php:1.118 --- lms/lib/common.php:1.117 Thu Jun 18 11:36:51 2009 +++ lms/lib/common.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: common.php,v 1.117 2009/06/18 09:36:51 alec Exp $ + * $Id: common.php,v 1.118 2010/03/11 13:07:34 alec Exp $ */ // Common functions, that making it in class would be nonsense :) Index: lms/lib/config.php diff -u lms/lib/config.php:1.8 lms/lib/config.php:1.9 --- lms/lib/config.php:1.8 Wed Mar 10 14:08:31 2010 +++ lms/lib/config.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: config.php,v 1.8 2010/03/10 13:08:31 alec Exp $ + * $Id: config.php,v 1.9 2010/03/11 13:07:34 alec Exp $ */ function chkconfig($value, $default = FALSE) Index: lms/lib/dbencoding.php diff -u lms/lib/dbencoding.php:1.14 lms/lib/dbencoding.php:1.15 --- lms/lib/dbencoding.php:1.14 Tue Jan 13 08:45:34 2009 +++ lms/lib/dbencoding.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: dbencoding.php,v 1.14 2009/01/13 07:45:34 alec Exp $ + * $Id: dbencoding.php,v 1.15 2010/03/11 13:07:34 alec Exp $ */ switch($CONFIG['database']['type']) Index: lms/lib/definitions.php diff -u lms/lib/definitions.php:1.31 lms/lib/definitions.php:1.32 --- lms/lib/definitions.php:1.31 Mon Jun 29 18:31:16 2009 +++ lms/lib/definitions.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: definitions.php,v 1.31 2009/06/29 16:31:16 alec Exp $ + * $Id: definitions.php,v 1.32 2010/03/11 13:07:34 alec Exp $ */ // that definitions should be included before LMS.class.php but after Smarty Index: lms/lib/language.php diff -u lms/lib/language.php:1.48 lms/lib/language.php:1.49 --- lms/lib/language.php:1.48 Tue Mar 31 11:12:37 2009 +++ lms/lib/language.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: language.php,v 1.48 2009/03/31 09:12:37 alec Exp $ + * $Id: language.php,v 1.49 2010/03/11 13:07:34 alec Exp $ */ function trans() Index: lms/lib/menu.php diff -u lms/lib/menu.php:1.57 lms/lib/menu.php:1.58 --- lms/lib/menu.php:1.57 Tue Mar 9 10:22:59 2010 +++ lms/lib/menu.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: menu.php,v 1.57 2010/03/09 09:22:59 alec Exp $ + * $Id: menu.php,v 1.58 2010/03/11 13:07:34 alec Exp $ */ $menu = array( Index: lms/lib/pdf.php diff -u lms/lib/pdf.php:1.12 lms/lib/pdf.php:1.13 --- lms/lib/pdf.php:1.12 Mon Jan 11 08:33:42 2010 +++ lms/lib/pdf.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: pdf.php,v 1.12 2010/01/11 07:33:42 chilek Exp $ + * $Id: pdf.php,v 1.13 2010/03/11 13:07:34 alec Exp $ */ define('PDF_MARGIN_BOTTOM', 40); Index: lms/lib/unstrip.php diff -u lms/lib/unstrip.php:1.26 lms/lib/unstrip.php:1.27 --- lms/lib/unstrip.php:1.26 Tue Jan 13 08:45:34 2009 +++ lms/lib/unstrip.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: unstrip.php,v 1.26 2009/01/13 07:45:34 alec Exp $ + * $Id: unstrip.php,v 1.27 2010/03/11 13:07:34 alec Exp $ */ function r_stripslashes($string) Index: lms/lib/upgradedb.php diff -u lms/lib/upgradedb.php:1.171 lms/lib/upgradedb.php:1.172 --- lms/lib/upgradedb.php:1.171 Thu Mar 11 14:06:19 2010 +++ lms/lib/upgradedb.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: upgradedb.php,v 1.171 2010/03/11 13:06:19 alec Exp $ + * $Id: upgradedb.php,v 1.172 2010/03/11 13:07:34 alec Exp $ */ define('DBVERSION', '2010031100'); // here should be always the newest version of database! Index: lms/lib/views.php diff -u lms/lib/views.php:1.5 lms/lib/views.php:1.6 --- lms/lib/views.php:1.5 Tue Jan 13 08:45:34 2009 +++ lms/lib/views.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: views.php,v 1.5 2009/01/13 07:45:34 alec Exp $ + * $Id: views.php,v 1.6 2010/03/11 13:07:34 alec Exp $ */ switch($CONFIG['database']['type']) From cvs w lms.org.pl Thu Mar 11 14:07:33 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:33 +0100 (CET) Subject: [lms-commits] CVS update of lms/doc (COPYRIGHTS, README, README.pl) Message-ID: <20100311130733.8A70F3027B32@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:33 Author: alec Path: /cvsroot/lms/doc Modified: COPYRIGHTS README README.pl - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/doc/COPYRIGHTS.diff?&r1=1.18&r2=1.19 http://cvs.lms.org.pl/viewvc/Development/lms/doc/README.diff?&r1=1.218&r2=1.219 http://cvs.lms.org.pl/viewvc/Development/lms/doc/README.pl.diff?&r1=1.46&r2=1.47 Index: lms/doc/COPYRIGHTS diff -u lms/doc/COPYRIGHTS:1.18 lms/doc/COPYRIGHTS:1.19 --- lms/doc/COPYRIGHTS:1.18 Tue Jan 13 08:45:33 2009 +++ lms/doc/COPYRIGHTS Thu Mar 11 14:07:33 2010 @@ -1,7 +1,7 @@ /* * LMS version 1.11-cvs * - * Copyright (C) 2001-2009 LMS Developers + * Copyright (C) 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -19,5 +19,5 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: COPYRIGHTS,v 1.18 2009/01/13 07:45:33 alec Exp $ + * $Id: COPYRIGHTS,v 1.19 2010/03/11 13:07:33 alec Exp $ */ Index: lms/doc/README diff -u lms/doc/README:1.218 lms/doc/README:1.219 --- lms/doc/README:1.218 Fri Feb 5 12:56:17 2010 +++ lms/doc/README Thu Mar 11 14:07:33 2010 @@ -4,7 +4,7 @@ LMS Developers - Copyright Š 2001-2009 LMS Developers + Copyright Š 2001-2010 LMS Developers __________________________________________________________________ Table of Contents Index: lms/doc/README.pl diff -u lms/doc/README.pl:1.46 lms/doc/README.pl:1.47 --- lms/doc/README.pl:1.46 Sat Feb 6 19:52:47 2010 +++ lms/doc/README.pl Thu Mar 11 14:07:33 2010 @@ -4,7 +4,7 @@ LMS Developers - Copyright Š 2001-2009 LMS Developers + Copyright Š 2001-2010 LMS Developers __________________________________________________________________ Spis treści From cvs w lms.org.pl Thu Mar 11 14:07:33 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:33 +0100 (CET) Subject: [lms-commits] CVS update of lms/doc/html/en (index.html) Message-ID: <20100311130733.A4F9E3027B33@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:33 Author: alec Path: /cvsroot/lms/doc/html/en Modified: index.html - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/doc/html/en/index.html.diff?&r1=1.39&r2=1.40 Index: lms/doc/html/en/index.html diff -u lms/doc/html/en/index.html:1.39 lms/doc/html/en/index.html:1.40 --- lms/doc/html/en/index.html:1.39 Tue Mar 17 14:19:50 2009 +++ lms/doc/html/en/index.html Thu Mar 11 14:07:33 2010 @@ -42,7 +42,7 @@ > LMS DevelopersCopyright © 2001-2010 LMS Developers


Date: Thursday, March 11, 2010 @ 14:07:35 Author: alec Path: /cvsroot/lms/lib/locale/en Modified: fortunes.php functions.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/en/fortunes.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/en/functions.php.diff?&r1=1.29&r2=1.30 Index: lms/lib/locale/en/fortunes.php diff -u lms/lib/locale/en/fortunes.php:1.8 lms/lib/locale/en/fortunes.php:1.9 --- lms/lib/locale/en/fortunes.php:1.8 Tue Jan 13 08:45:35 2009 +++ lms/lib/locale/en/fortunes.php Thu Mar 11 14:07:35 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: fortunes.php,v 1.8 2009/01/13 07:45:35 alec Exp $ + * $Id: fortunes.php,v 1.9 2010/03/11 13:07:35 alec Exp $ */ $fortunes[] = "If anything can go wrong ....it will."; Index: lms/lib/locale/en/functions.php diff -u lms/lib/locale/en/functions.php:1.29 lms/lib/locale/en/functions.php:1.30 --- lms/lib/locale/en/functions.php:1.29 Thu Jun 18 10:58:40 2009 +++ lms/lib/locale/en/functions.php Thu Mar 11 14:07:35 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: functions.php,v 1.29 2009/06/18 08:58:40 alec Exp $ + * $Id: functions.php,v 1.30 2010/03/11 13:07:35 alec Exp $ */ function bankaccount($id, $account=NULL) From cvs w lms.org.pl Thu Mar 11 14:07:35 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:35 +0100 (CET) Subject: [lms-commits] CVS update of lms/lib/locale/lt (3 files) Message-ID: <20100311130735.709453027B2C@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:35 Author: alec Path: /cvsroot/lms/lib/locale/lt Modified: fortunes.php functions.php strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/lt/fortunes.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/lt/functions.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/lt/strings.php.diff?&r1=1.6&r2=1.7 Index: lms/lib/locale/lt/fortunes.php diff -u lms/lib/locale/lt/fortunes.php:1.2 lms/lib/locale/lt/fortunes.php:1.3 --- lms/lib/locale/lt/fortunes.php:1.2 Tue Jan 13 08:45:35 2009 +++ lms/lib/locale/lt/fortunes.php Thu Mar 11 14:07:35 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: fortunes.php,v 1.2 2009/01/13 07:45:35 alec Exp $ + * $Id: fortunes.php,v 1.3 2010/03/11 13:07:35 alec Exp $ */ $fortunes[] = "Możesz się pokaleczyć wymachując siekierą?"; Index: lms/lib/locale/lt/functions.php diff -u lms/lib/locale/lt/functions.php:1.7 lms/lib/locale/lt/functions.php:1.8 --- lms/lib/locale/lt/functions.php:1.7 Thu Jun 18 10:58:40 2009 +++ lms/lib/locale/lt/functions.php Thu Mar 11 14:07:35 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: functions.php,v 1.7 2009/06/18 08:58:40 alec Exp $ + * $Id: functions.php,v 1.8 2010/03/11 13:07:35 alec Exp $ */ function bankaccount($id, $account=NULL) Index: lms/lib/locale/lt/strings.php diff -u lms/lib/locale/lt/strings.php:1.6 lms/lib/locale/lt/strings.php:1.7 --- lms/lib/locale/lt/strings.php:1.6 Wed Mar 4 12:31:32 2009 +++ lms/lib/locale/lt/strings.php Thu Mar 11 14:07:35 2010 @@ -3,7 +3,7 @@ /* R&A [ETANETAS] Vertinimas v1.0 * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.6 2009/03/04 11:31:32 alec Exp $ + * $Id: strings.php,v 1.7 2010/03/11 13:07:35 alec Exp $ */ $_LANG['$0 ($1 addresses)'] = '$0 ($1 adresas)'; From cvs w lms.org.pl Thu Mar 11 14:07:35 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:35 +0100 (CET) Subject: [lms-commits] CVS update of lms/lib/locale/ro (3 files) Message-ID: <20100311130735.CAA583027B2D@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:35 Author: alec Path: /cvsroot/lms/lib/locale/ro Modified: fortunes.php functions.php strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/ro/fortunes.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/ro/functions.php.diff?&r1=1.14&r2=1.15 http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/ro/strings.php.diff?&r1=1.14&r2=1.15 Index: lms/lib/locale/ro/fortunes.php diff -u lms/lib/locale/ro/fortunes.php:1.4 lms/lib/locale/ro/fortunes.php:1.5 --- lms/lib/locale/ro/fortunes.php:1.4 Tue Jan 13 08:45:35 2009 +++ lms/lib/locale/ro/fortunes.php Thu Mar 11 14:07:35 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: fortunes.php,v 1.4 2009/01/13 07:45:35 alec Exp $ + * $Id: fortunes.php,v 1.5 2010/03/11 13:07:35 alec Exp $ */ $fortunes[] = "If anything can go wrong ....it will."; Index: lms/lib/locale/ro/functions.php diff -u lms/lib/locale/ro/functions.php:1.14 lms/lib/locale/ro/functions.php:1.15 --- lms/lib/locale/ro/functions.php:1.14 Thu Jun 18 10:58:40 2009 +++ lms/lib/locale/ro/functions.php Thu Mar 11 14:07:35 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: functions.php,v 1.14 2009/06/18 08:58:40 alec Exp $ + * $Id: functions.php,v 1.15 2010/03/11 13:07:35 alec Exp $ */ function bankaccount($id, $account=NULL) Index: lms/lib/locale/ro/strings.php diff -u lms/lib/locale/ro/strings.php:1.14 lms/lib/locale/ro/strings.php:1.15 --- lms/lib/locale/ro/strings.php:1.14 Wed Mar 4 12:31:33 2009 +++ lms/lib/locale/ro/strings.php Thu Mar 11 14:07:35 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.14 2009/03/04 11:31:33 alec Exp $ + * $Id: strings.php,v 1.15 2010/03/11 13:07:35 alec Exp $ */ $_LANG['$0 ($1 addresses)'] = '$0 ($1 adrese)'; From cvs w lms.org.pl Thu Mar 11 14:07:35 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:35 +0100 (CET) Subject: [lms-commits] CVS update of lms/lib/Smarty/plugins (12 files) Message-ID: <20100311130735.26E8B3027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:35 Author: alec Path: /cvsroot/lms/lib/Smarty/plugins Modified: block.t.php function.bankaccount.php function.gentime.php function.handle.php function.memory.php function.number.php function.size.php function.sum.php function.tip.php modifier.money_format.php modifier.striphtml.php modifier.to_words.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/Smarty/plugins/block.t.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/lib/Smarty/plugins/function.bankaccount.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/lib/Smarty/plugins/function.gentime.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/Smarty/plugins/function.handle.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/Smarty/plugins/function.memory.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/Smarty/plugins/function.number.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/Smarty/plugins/function.size.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/Smarty/plugins/function.sum.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/Smarty/plugins/function.tip.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/Smarty/plugins/modifier.money_format.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/Smarty/plugins/modifier.striphtml.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/Smarty/plugins/modifier.to_words.php.diff?&r1=1.5&r2=1.6 Index: lms/lib/Smarty/plugins/block.t.php diff -u lms/lib/Smarty/plugins/block.t.php:1.6 lms/lib/Smarty/plugins/block.t.php:1.7 --- lms/lib/Smarty/plugins/block.t.php:1.6 Tue Jan 13 08:45:34 2009 +++ lms/lib/Smarty/plugins/block.t.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: block.t.php,v 1.6 2009/01/13 07:45:34 alec Exp $ + * $Id: block.t.php,v 1.7 2010/03/11 13:07:34 alec Exp $ */ function smarty_block_t($args, $content, &$SMARTY) Index: lms/lib/Smarty/plugins/function.bankaccount.php diff -u lms/lib/Smarty/plugins/function.bankaccount.php:1.6 lms/lib/Smarty/plugins/function.bankaccount.php:1.7 --- lms/lib/Smarty/plugins/function.bankaccount.php:1.6 Mon May 25 10:11:37 2009 +++ lms/lib/Smarty/plugins/function.bankaccount.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: function.bankaccount.php,v 1.6 2009/05/25 08:11:37 alec Exp $ + * $Id: function.bankaccount.php,v 1.7 2010/03/11 13:07:34 alec Exp $ */ function smarty_function_bankaccount($args, &$SMARTY) Index: lms/lib/Smarty/plugins/function.gentime.php diff -u lms/lib/Smarty/plugins/function.gentime.php:1.5 lms/lib/Smarty/plugins/function.gentime.php:1.6 --- lms/lib/Smarty/plugins/function.gentime.php:1.5 Tue Jan 13 08:45:35 2009 +++ lms/lib/Smarty/plugins/function.gentime.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: function.gentime.php,v 1.5 2009/01/13 07:45:35 alec Exp $ + * $Id: function.gentime.php,v 1.6 2010/03/11 13:07:34 alec Exp $ */ function smarty_function_gentime($args,&$SMARTY) Index: lms/lib/Smarty/plugins/function.handle.php diff -u lms/lib/Smarty/plugins/function.handle.php:1.5 lms/lib/Smarty/plugins/function.handle.php:1.6 --- lms/lib/Smarty/plugins/function.handle.php:1.5 Tue Jan 13 08:45:35 2009 +++ lms/lib/Smarty/plugins/function.handle.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: function.handle.php,v 1.5 2009/01/13 07:45:35 alec Exp $ + * $Id: function.handle.php,v 1.6 2010/03/11 13:07:34 alec Exp $ */ /* Index: lms/lib/Smarty/plugins/function.memory.php diff -u lms/lib/Smarty/plugins/function.memory.php:1.1 lms/lib/Smarty/plugins/function.memory.php:1.2 --- lms/lib/Smarty/plugins/function.memory.php:1.1 Tue Mar 9 10:23:00 2010 +++ lms/lib/Smarty/plugins/function.memory.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: function.memory.php,v 1.1 2010/03/09 09:23:00 alec Exp $ + * $Id: function.memory.php,v 1.2 2010/03/11 13:07:34 alec Exp $ */ function smarty_function_memory($args, &$SMARTY) Index: lms/lib/Smarty/plugins/function.number.php diff -u lms/lib/Smarty/plugins/function.number.php:1.5 lms/lib/Smarty/plugins/function.number.php:1.6 --- lms/lib/Smarty/plugins/function.number.php:1.5 Tue Jan 13 08:45:35 2009 +++ lms/lib/Smarty/plugins/function.number.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: function.number.php,v 1.5 2009/01/13 07:45:35 alec Exp $ + * $Id: function.number.php,v 1.6 2010/03/11 13:07:34 alec Exp $ */ function smarty_function_number($args,&$SMARTY) Index: lms/lib/Smarty/plugins/function.size.php diff -u lms/lib/Smarty/plugins/function.size.php:1.5 lms/lib/Smarty/plugins/function.size.php:1.6 --- lms/lib/Smarty/plugins/function.size.php:1.5 Tue Jan 13 08:45:35 2009 +++ lms/lib/Smarty/plugins/function.size.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: function.size.php,v 1.5 2009/01/13 07:45:35 alec Exp $ + * $Id: function.size.php,v 1.6 2010/03/11 13:07:34 alec Exp $ */ function smarty_function_size($args, &$SMARTY) Index: lms/lib/Smarty/plugins/function.sum.php diff -u lms/lib/Smarty/plugins/function.sum.php:1.5 lms/lib/Smarty/plugins/function.sum.php:1.6 --- lms/lib/Smarty/plugins/function.sum.php:1.5 Tue Jan 13 08:45:35 2009 +++ lms/lib/Smarty/plugins/function.sum.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: function.sum.php,v 1.5 2009/01/13 07:45:35 alec Exp $ + * $Id: function.sum.php,v 1.6 2010/03/11 13:07:34 alec Exp $ */ function smarty_function_sum($args, &$SMARTY) Index: lms/lib/Smarty/plugins/function.tip.php diff -u lms/lib/Smarty/plugins/function.tip.php:1.9 lms/lib/Smarty/plugins/function.tip.php:1.10 --- lms/lib/Smarty/plugins/function.tip.php:1.9 Sun Mar 8 19:11:29 2009 +++ lms/lib/Smarty/plugins/function.tip.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: function.tip.php,v 1.9 2009/03/08 18:11:29 alec Exp $ + * $Id: function.tip.php,v 1.10 2010/03/11 13:07:34 alec Exp $ */ function smarty_function_tip($args, &$SMARTY) Index: lms/lib/Smarty/plugins/modifier.money_format.php diff -u lms/lib/Smarty/plugins/modifier.money_format.php:1.5 lms/lib/Smarty/plugins/modifier.money_format.php:1.6 --- lms/lib/Smarty/plugins/modifier.money_format.php:1.5 Tue Jan 13 08:45:35 2009 +++ lms/lib/Smarty/plugins/modifier.money_format.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: modifier.money_format.php,v 1.5 2009/01/13 07:45:35 alec Exp $ + * $Id: modifier.money_format.php,v 1.6 2010/03/11 13:07:34 alec Exp $ */ function smarty_modifier_money_format($number) Index: lms/lib/Smarty/plugins/modifier.striphtml.php diff -u lms/lib/Smarty/plugins/modifier.striphtml.php:1.5 lms/lib/Smarty/plugins/modifier.striphtml.php:1.6 --- lms/lib/Smarty/plugins/modifier.striphtml.php:1.5 Tue Jan 13 08:45:35 2009 +++ lms/lib/Smarty/plugins/modifier.striphtml.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: modifier.striphtml.php,v 1.5 2009/01/13 07:45:35 alec Exp $ + * $Id: modifier.striphtml.php,v 1.6 2010/03/11 13:07:34 alec Exp $ */ function smarty_modifier_striphtml($args) Index: lms/lib/Smarty/plugins/modifier.to_words.php diff -u lms/lib/Smarty/plugins/modifier.to_words.php:1.5 lms/lib/Smarty/plugins/modifier.to_words.php:1.6 --- lms/lib/Smarty/plugins/modifier.to_words.php:1.5 Tue Jan 13 08:45:35 2009 +++ lms/lib/Smarty/plugins/modifier.to_words.php Thu Mar 11 14:07:34 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: modifier.to_words.php,v 1.5 2009/01/13 07:45:35 alec Exp $ + * $Id: modifier.to_words.php,v 1.6 2010/03/11 13:07:34 alec Exp $ */ function smarty_modifier_to_words($num, $power = 0, $powsuffix = '', $short_version = 0) From cvs w lms.org.pl Thu Mar 11 14:07:35 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:35 +0100 (CET) Subject: [lms-commits] CVS update of lms/lib/locale/pl (3 files) Message-ID: <20100311130735.A2D553027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:35 Author: alec Path: /cvsroot/lms/lib/locale/pl Modified: fortunes.php functions.php strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/pl/fortunes.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/pl/functions.php.diff?&r1=1.35&r2=1.36 http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/pl/strings.php.diff?&r1=1.351&r2=1.352 Index: lms/lib/locale/pl/fortunes.php diff -u lms/lib/locale/pl/fortunes.php:1.11 lms/lib/locale/pl/fortunes.php:1.12 --- lms/lib/locale/pl/fortunes.php:1.11 Tue Jan 13 08:45:35 2009 +++ lms/lib/locale/pl/fortunes.php Thu Mar 11 14:07:35 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: fortunes.php,v 1.11 2009/01/13 07:45:35 alec Exp $ + * $Id: fortunes.php,v 1.12 2010/03/11 13:07:35 alec Exp $ */ $fortunes[] = "Możesz się pokaleczyć wymachując siekierą?"; Index: lms/lib/locale/pl/functions.php diff -u lms/lib/locale/pl/functions.php:1.35 lms/lib/locale/pl/functions.php:1.36 --- lms/lib/locale/pl/functions.php:1.35 Thu Jan 7 12:29:07 2010 +++ lms/lib/locale/pl/functions.php Thu Mar 11 14:07:35 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: functions.php,v 1.35 2010/01/07 11:29:07 alec Exp $ + * $Id: functions.php,v 1.36 2010/03/11 13:07:35 alec Exp $ */ function bankaccount($id, $account=NULL) Index: lms/lib/locale/pl/strings.php diff -u lms/lib/locale/pl/strings.php:1.351 lms/lib/locale/pl/strings.php:1.352 --- lms/lib/locale/pl/strings.php:1.351 Wed Mar 10 14:08:32 2010 +++ lms/lib/locale/pl/strings.php Thu Mar 11 14:07:35 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.351 2010/03/10 13:08:32 alec Exp $ + * $Id: strings.php,v 1.352 2010/03/11 13:07:35 alec Exp $ */ $_LANG['$0 ($1 addresses)'] = '$0 ($1 adresów)'; From cvs w lms.org.pl Thu Mar 11 14:07:35 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:35 +0100 (CET) Subject: [lms-commits] CVS update of lms/lib/locale/sk (3 files) Message-ID: <20100311130735.F272C3027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:35 Author: alec Path: /cvsroot/lms/lib/locale/sk Modified: fortunes.php functions.php strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/sk/fortunes.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/sk/functions.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/sk/strings.php.diff?&r1=1.12&r2=1.13 Index: lms/lib/locale/sk/fortunes.php diff -u lms/lib/locale/sk/fortunes.php:1.3 lms/lib/locale/sk/fortunes.php:1.4 --- lms/lib/locale/sk/fortunes.php:1.3 Tue Jan 13 08:45:36 2009 +++ lms/lib/locale/sk/fortunes.php Thu Mar 11 14:07:35 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: fortunes.php,v 1.3 2009/01/13 07:45:36 alec Exp $ + * $Id: fortunes.php,v 1.4 2010/03/11 13:07:35 alec Exp $ */ $fortunes[] = "Murphyho štvrtý logický záver: Spraviť čokolvek blbovzdorným je nemožné, pretože blbci su ohromne vynaliezavý."; Index: lms/lib/locale/sk/functions.php diff -u lms/lib/locale/sk/functions.php:1.6 lms/lib/locale/sk/functions.php:1.7 --- lms/lib/locale/sk/functions.php:1.6 Thu Jun 18 10:58:40 2009 +++ lms/lib/locale/sk/functions.php Thu Mar 11 14:07:35 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: functions.php,v 1.6 2009/06/18 08:58:40 alec Exp $ + * $Id: functions.php,v 1.7 2010/03/11 13:07:35 alec Exp $ */ function bankaccount($id, $account=NULL) Index: lms/lib/locale/sk/strings.php diff -u lms/lib/locale/sk/strings.php:1.12 lms/lib/locale/sk/strings.php:1.13 --- lms/lib/locale/sk/strings.php:1.12 Wed Mar 4 12:31:33 2009 +++ lms/lib/locale/sk/strings.php Thu Mar 11 14:07:35 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.12 2009/03/04 11:31:33 alec Exp $ + * $Id: strings.php,v 1.13 2010/03/11 13:07:35 alec Exp $ */ $_LANG['$0 ($1 addresses)'] = '$0 ($1 adresy)'; From cvs w lms.org.pl Thu Mar 11 14:07:42 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:42 +0100 (CET) Subject: [lms-commits] CVS update of lms/lib/upgradedb (289 files) Message-ID: <20100311130743.CB0D53027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:42 Author: alec Path: /cvsroot/lms/lib/upgradedb Modified: mysql.2004030800.php mysql.2004031000.php mysql.2004031100.php mysql.2004031400.php mysql.2004031401.php mysql.2004031402.php mysql.2004040701.php mysql.2004040800.php mysql.2004041600.php mysql.2004042000.php mysql.2004042300.php mysql.2004061900.php mysql.2004070100.php mysql.2004070800.php mysql.2004071200.php mysql.2004071400.php mysql.2004072100.php mysql.2004072700.php mysql.2004081400.php mysql.2004081700.php mysql.2004081800.php mysql.2004090700.php mysql.2004090800.php mysql.2004101800.php mysql.2004102900.php mysql.2004111300.php mysql.2004111700.php mysql.2004112100.php mysql.2004112400.php mysql.2004112600.php mysql.2004112700.php mysql.2004120300.php mysql.2004120400.php mysql.2004120600.php mysql.2004121000.php mysql.2005012600.php mysql.2005012700.php mysql.2005013000.php mysql.2005020600.php mysql.2005021500.php mysql.2005022300.php mysql.2005022500.php mysql.2005030100.php mysql.2005030200.php mysql.2005030800.php mysql.2005031000.php mysql.2005033000.php mysql.2005033100.php mysql.2005033101.php mysql.2005033102.php mysql.2005033103.php mysql.2005042100.php mysql.2005042400.php mysql.2005052300.php mysql.2005052600.php mysql.2005052700.php mysql.2005052800.php mysql.2005060300.php mysql.2005060400.php mysql.2005061200.php mysql.2005062100.php mysql.2005062600.php mysql.2005072000.php mysql.2005072300.php mysql.2005080300.php mysql.2005082700.php mysql.2005082900.php mysql.2005090700.php mysql.2005101700.php mysql.2005110600.php mysql.2005122800.php mysql.2005123000.php mysql.2006011200.php mysql.2006011300.php mysql.2006020500.php mysql.2006061200.php mysql.2006081000.php mysql.2006082300.php mysql.2006082700.php mysql.2006092400.php mysql.2006100700.php mysql.2006110700.php mysql.2006111100.php mysql.2007011200.php mysql.2007012500.php mysql.2007021500.php mysql.2007022100.php mysql.2007022200.php mysql.2007022600.php mysql.2007030800.php mysql.2007032600.php mysql.2007033100.php mysql.2007041200.php mysql.2007053100.php mysql.2007062100.php mysql.2007062200.php mysql.2007070400.php mysql.2007071100.php mysql.2007071600.php mysql.2007080100.php mysql.2007101000.php mysql.2007101700.php mysql.2007102600.php mysql.2007110600.php mysql.2007111400.php mysql.2007120300.php mysql.2008010400.php mysql.2008010700.php mysql.2008011800.php mysql.2008012200.php mysql.2008020900.php mysql.2008021500.php mysql.2008021900.php mysql.2008022000.php mysql.2008032100.php mysql.2008032700.php mysql.2008042400.php mysql.2008052300.php mysql.2008061300.php mysql.2008062400.php mysql.2008070100.php mysql.2008071700.php mysql.2008080800.php mysql.2008102000.php mysql.2008102700.php mysql.2008110100.php mysql.2008111900.php mysql.2008112400.php mysql.2008122900.php mysql.2009021600.php mysql.2009031300.php mysql.2009031700.php mysql.2009040200.php mysql.2009051200.php mysql.2009060200.php mysql.2009062300.php mysql.2009082500.php mysql.2009090900.php mysql.2009091000.php mysql.2009091001.php mysql.2009091600.php mysql.2009101600.php mysql.2009111700.php mysql.2010020700.php postgres.2004030800.php postgres.2004031000.php postgres.2004031100.php postgres.2004031400.php postgres.2004031401.php postgres.2004031402.php postgres.2004040701.php postgres.2004040800.php postgres.2004041600.php postgres.2004042000.php postgres.2004042300.php postgres.2004061900.php postgres.2004070100.php postgres.2004070800.php postgres.2004071200.php postgres.2004071400.php postgres.2004072100.php postgres.2004072700.php postgres.2004081400.php postgres.2004081700.php postgres.2004081800.php postgres.2004090700.php postgres.2004090800.php postgres.2004101800.php postgres.2004102900.php postgres.2004111300.php postgres.2004111700.php postgres.2004112100.php postgres.2004112400.php postgres.2004112600.php postgres.2004112700.php postgres.2004120300.php postgres.2004120400.php postgres.2004120600.php postgres.2004121000.php postgres.2005012600.php postgres.2005012700.php postgres.2005013000.php postgres.2005020600.php postgres.2005021500.php postgres.2005022300.php postgres.2005022500.php postgres.2005030100.php postgres.2005030200.php postgres.2005030800.php postgres.2005031000.php postgres.2005033000.php postgres.2005033103.php postgres.2005042100.php postgres.2005042400.php postgres.2005052300.php postgres.2005052600.php postgres.2005052700.php postgres.2005052800.php postgres.2005060300.php postgres.2005060400.php postgres.2005061200.php postgres.2005062100.php postgres.2005062600.php postgres.2005072000.php postgres.2005072300.php postgres.2005080300.php postgres.2005082700.php postgres.2005082900.php postgres.2005090700.php postgres.2005101700.php postgres.2005110600.php postgres.2005122800.php postgres.2005123000.php postgres.2006011200.php postgres.2006011300.php postgres.2006020500.php postgres.2006061200.php postgres.2006081000.php postgres.2006082300.php postgres.2006082700.php postgres.2006092400.php postgres.2006100700.php postgres.2006110700.php postgres.2006111100.php postgres.2007011200.php postgres.2007012500.php postgres.2007021500.php postgres.2007022100.php postgres.2007022200.php postgres.2007022600.php postgres.2007030800.php postgres.2007032600.php postgres.2007033100.php postgres.2007041200.php postgres.2007053100.php postgres.2007062100.php postgres.2007062200.php postgres.2007070400.php postgres.2007071100.php postgres.2007071600.php postgres.2007080100.php postgres.2007101000.php postgres.2007101700.php postgres.2007102600.php postgres.2007110600.php postgres.2007111400.php postgres.2007120300.php postgres.2008010400.php postgres.2008010700.php postgres.2008011800.php postgres.2008012200.php postgres.2008020900.php postgres.2008021500.php postgres.2008021900.php postgres.2008022000.php postgres.2008032100.php postgres.2008032700.php postgres.2008042400.php postgres.2008052300.php postgres.2008061300.php postgres.2008062400.php postgres.2008070100.php postgres.2008071700.php postgres.2008080800.php postgres.2008102000.php postgres.2008102700.php postgres.2008110100.php postgres.2008111900.php postgres.2008112400.php postgres.2008122900.php postgres.2009021600.php postgres.2009031300.php postgres.2009031700.php postgres.2009040200.php postgres.2009051200.php postgres.2009060200.php postgres.2009062300.php postgres.2009082500.php postgres.2009090900.php postgres.2009091000.php postgres.2009091001.php postgres.2009091600.php postgres.2009101600.php postgres.2009103000.php postgres.2009111001.php postgres.2009111700.php postgres.2010011300.php postgres.2010020700.php postgres.2010031100.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004030800.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004031000.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004031100.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004031400.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004031401.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004031402.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004040701.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004040800.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004041600.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004042000.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004042300.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004061900.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004070100.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004070800.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004071200.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004071400.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004072100.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004072700.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004081400.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004081700.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004081800.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004090700.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004090800.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004101800.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004102900.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004111300.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004111700.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004112100.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004112400.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004112600.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004112700.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004120300.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004120400.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004120600.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2004121000.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005012600.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005012700.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005013000.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005020600.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005021500.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005022300.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005022500.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005030100.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005030200.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005030800.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005031000.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005033000.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005033100.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005033101.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005033102.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005033103.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005042100.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005042400.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005052300.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005052600.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005052700.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005052800.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005060300.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005060400.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005061200.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005062100.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005062600.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005072000.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005072300.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005080300.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005082700.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005082900.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005090700.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005101700.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005110600.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005122800.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2005123000.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2006011200.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2006011300.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2006020500.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2006061200.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2006081000.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2006082300.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2006082700.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2006092400.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2006100700.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2006110700.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2006111100.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007011200.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007012500.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007021500.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007022100.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007022200.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007022600.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007030800.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007032600.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007033100.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007041200.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007053100.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007062100.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007062200.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007070400.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007071100.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007071600.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007080100.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007101000.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007101700.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007102600.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007110600.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007111400.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2007120300.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008010400.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008010700.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008011800.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008012200.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008020900.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008021500.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008021900.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008022000.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008032100.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008032700.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008042400.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008052300.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008061300.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008062400.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008070100.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008071700.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008080800.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008102000.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008102700.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008110100.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008111900.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008112400.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2008122900.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2009021600.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2009031300.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2009031700.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2009040200.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2009051200.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2009060200.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2009062300.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2009082500.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2009090900.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2009091000.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2009091001.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2009091600.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2009101600.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2009111700.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2010020700.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004030800.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004031000.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004031100.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004031400.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004031401.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004031402.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004040701.php.diff?&r1=1.13&r2=1.14 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004040800.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004041600.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004042000.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004042300.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004061900.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004070100.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004070800.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004071200.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004071400.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004072100.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004072700.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004081400.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004081700.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004081800.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004090700.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004090800.php.diff?&r1=1.12&r2=1.13 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004101800.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004102900.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004111300.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004111700.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004112100.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004112400.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004112600.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004112700.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004120300.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004120400.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004120600.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2004121000.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005012600.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005012700.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005013000.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005020600.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005021500.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005022300.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005022500.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005030100.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005030200.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005030800.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005031000.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005033000.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005033103.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005042100.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005042400.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005052300.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005052600.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005052700.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005052800.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005060300.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005060400.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005061200.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005062100.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005062600.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005072000.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005072300.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005080300.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005082700.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005082900.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005090700.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005101700.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005110600.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005122800.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2005123000.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2006011200.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2006011300.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2006020500.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2006061200.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2006081000.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2006082300.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2006082700.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2006092400.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2006100700.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2006110700.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2006111100.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007011200.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007012500.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007021500.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007022100.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007022200.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007022600.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007030800.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007032600.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007033100.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007041200.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007053100.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007062100.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007062200.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007070400.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007071100.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007071600.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007080100.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007101000.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007101700.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007102600.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007110600.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007111400.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2007120300.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008010400.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008010700.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008011800.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008012200.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008020900.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008021500.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008021900.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008022000.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008032100.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008032700.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008042400.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008052300.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008061300.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008062400.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008070100.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008071700.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008080800.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008102000.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008102700.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008110100.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008111900.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008112400.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2008122900.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2009021600.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2009031300.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2009031700.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2009040200.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2009051200.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2009060200.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2009062300.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2009082500.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2009090900.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2009091000.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2009091001.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2009091600.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2009101600.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2009103000.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2009111001.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2009111700.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2010011300.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2010020700.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/postgres.2010031100.php.diff?&r1=1.1&r2=1.2 The diff is longer than the limit of 200KB. From cvs w lms.org.pl Thu Mar 11 14:07:50 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:50 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules/auth (modinfo.php, modinit.php) Message-ID: <20100311130750.F21DB3027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:50 Author: alec Path: /cvsroot/lms/modules/auth Modified: modinfo.php modinit.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/auth/modinfo.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/modules/auth/modinit.php.diff?&r1=1.4&r2=1.5 Index: lms/modules/auth/modinfo.php diff -u lms/modules/auth/modinfo.php:1.6 lms/modules/auth/modinfo.php:1.7 --- lms/modules/auth/modinfo.php:1.6 Tue Jan 13 08:45:57 2009 +++ lms/modules/auth/modinfo.php Thu Mar 11 14:07:50 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: modinfo.php,v 1.6 2009/01/13 07:45:57 alec Exp $ + * $Id: modinfo.php,v 1.7 2010/03/11 13:07:50 alec Exp $ */ $_MODINFO['auth'] = array( @@ -34,7 +34,7 @@ 'pl' => 'Zarządzanie i weryfikacja uprawnień użytkowników' ), 'version' => '1.11-cvs', - 'revision' => '$Revision: 1.6 $', + 'revision' => '$Revision: 1.7 $', 'author' => 'LMS Developers', 'url' => 'http://www.lms.org.pl', 'notpublic' => FALSE, Index: lms/modules/auth/modinit.php diff -u lms/modules/auth/modinit.php:1.4 lms/modules/auth/modinit.php:1.5 --- lms/modules/auth/modinit.php:1.4 Tue Jan 13 08:45:57 2009 +++ lms/modules/auth/modinit.php Thu Mar 11 14:07:50 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: modinit.php,v 1.4 2009/01/13 07:45:57 alec Exp $ + * $Id: modinit.php,v 1.5 2010/03/11 13:07:50 alec Exp $ */ // modules/actions accessible for every user From cvs w lms.org.pl Thu Mar 11 14:07:51 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:51 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules/auth/actions (3 files) Message-ID: <20100311130751.2456C3027B2C@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:51 Author: alec Path: /cvsroot/lms/modules/auth/actions Modified: engine.php rights.php save.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/auth/actions/engine.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/modules/auth/actions/rights.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/modules/auth/actions/save.php.diff?&r1=1.4&r2=1.5 Index: lms/modules/auth/actions/engine.php diff -u lms/modules/auth/actions/engine.php:1.4 lms/modules/auth/actions/engine.php:1.5 --- lms/modules/auth/actions/engine.php:1.4 Tue Jan 13 08:45:57 2009 +++ lms/modules/auth/actions/engine.php Thu Mar 11 14:07:50 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: engine.php,v 1.4 2009/01/13 07:45:57 alec Exp $ + * $Id: engine.php,v 1.5 2010/03/11 13:07:50 alec Exp $ */ // checks access rights Index: lms/modules/auth/actions/rights.php diff -u lms/modules/auth/actions/rights.php:1.4 lms/modules/auth/actions/rights.php:1.5 --- lms/modules/auth/actions/rights.php:1.4 Tue Jan 13 08:45:57 2009 +++ lms/modules/auth/actions/rights.php Thu Mar 11 14:07:51 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rights.php,v 1.4 2009/01/13 07:45:57 alec Exp $ + * $Id: rights.php,v 1.5 2010/03/11 13:07:51 alec Exp $ */ $userid = isset($_GET['id']) ? intval($_GET['id']) : 0; Index: lms/modules/auth/actions/save.php diff -u lms/modules/auth/actions/save.php:1.4 lms/modules/auth/actions/save.php:1.5 --- lms/modules/auth/actions/save.php:1.4 Tue Jan 13 08:45:57 2009 +++ lms/modules/auth/actions/save.php Thu Mar 11 14:07:51 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: save.php,v 1.4 2009/01/13 07:45:57 alec Exp $ + * $Id: save.php,v 1.5 2010/03/11 13:07:51 alec Exp $ */ if(!$error && isset($_POST['rights'])) From cvs w lms.org.pl Thu Mar 11 14:07:51 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:51 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules/core (modinfo.php) Message-ID: <20100311130751.3D6783027B2D@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:51 Author: alec Path: /cvsroot/lms/modules/core Modified: modinfo.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/core/modinfo.php.diff?&r1=1.15&r2=1.16 Index: lms/modules/core/modinfo.php diff -u lms/modules/core/modinfo.php:1.15 lms/modules/core/modinfo.php:1.16 --- lms/modules/core/modinfo.php:1.15 Tue Jan 13 08:45:57 2009 +++ lms/modules/core/modinfo.php Thu Mar 11 14:07:51 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: modinfo.php,v 1.15 2009/01/13 07:45:57 alec Exp $ + * $Id: modinfo.php,v 1.16 2010/03/11 13:07:51 alec Exp $ */ $_MODINFO['core'] = array( @@ -35,7 +35,7 @@ 'pl' => 'Główny moduł LMS. Zawiera bardzo podstawowe akcje i elementy.' ), 'author' => 'LMS-developers', - 'revision' => '$Revision: 1.15 $', + 'revision' => '$Revision: 1.16 $', 'notpublic' => FALSE, 'priority' => 0, 'url' => 'http://www.lms.org.pl', From cvs w lms.org.pl Thu Mar 11 14:07:51 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:51 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules/core/actions (10 files) Message-ID: <20100311130751.82EBE3027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:51 Author: alec Path: /cvsroot/lms/modules/core/actions Modified: calendar.php confirm.php copyrights.php end.php err_loginform.php init.php install.php logout.php menu.php modinfo-sample.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/core/actions/calendar.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/modules/core/actions/confirm.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/modules/core/actions/copyrights.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/modules/core/actions/end.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/modules/core/actions/err_loginform.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/core/actions/init.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/core/actions/install.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/core/actions/logout.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/modules/core/actions/menu.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/modules/core/actions/modinfo-sample.php.diff?&r1=1.7&r2=1.8 Index: lms/modules/core/actions/calendar.php diff -u lms/modules/core/actions/calendar.php:1.7 lms/modules/core/actions/calendar.php:1.8 --- lms/modules/core/actions/calendar.php:1.7 Tue Jan 13 08:45:57 2009 +++ lms/modules/core/actions/calendar.php Thu Mar 11 14:07:51 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: calendar.php,v 1.7 2009/01/13 07:45:57 alec Exp $ + * $Id: calendar.php,v 1.8 2010/03/11 13:07:51 alec Exp $ */ for($i=4; $i<11; $i++) $weekdays[] = strftime('%a', $i*86400); Index: lms/modules/core/actions/confirm.php diff -u lms/modules/core/actions/confirm.php:1.7 lms/modules/core/actions/confirm.php:1.8 --- lms/modules/core/actions/confirm.php:1.7 Tue Jan 13 08:45:57 2009 +++ lms/modules/core/actions/confirm.php Thu Mar 11 14:07:51 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: confirm.php,v 1.7 2009/01/13 07:45:57 alec Exp $ + * $Id: confirm.php,v 1.8 2010/03/11 13:07:51 alec Exp $ */ $layout['pagetitle'] = trans('Question'); Index: lms/modules/core/actions/copyrights.php diff -u lms/modules/core/actions/copyrights.php:1.9 lms/modules/core/actions/copyrights.php:1.10 --- lms/modules/core/actions/copyrights.php:1.9 Tue Jan 13 08:45:57 2009 +++ lms/modules/core/actions/copyrights.php Thu Mar 11 14:07:51 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: copyrights.php,v 1.9 2009/01/13 07:45:57 alec Exp $ + * $Id: copyrights.php,v 1.10 2010/03/11 13:07:51 alec Exp $ */ $layout['pagetitle'] = trans('Copyrights'); Index: lms/modules/core/actions/end.php diff -u lms/modules/core/actions/end.php:1.4 lms/modules/core/actions/end.php:1.5 --- lms/modules/core/actions/end.php:1.4 Tue Jan 13 08:45:57 2009 +++ lms/modules/core/actions/end.php Thu Mar 11 14:07:51 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: end.php,v 1.4 2009/01/13 07:45:57 alec Exp $ + * $Id: end.php,v 1.5 2010/03/11 13:07:51 alec Exp $ */ $SESSION->close(); Index: lms/modules/core/actions/err_loginform.php diff -u lms/modules/core/actions/err_loginform.php:1.5 lms/modules/core/actions/err_loginform.php:1.6 --- lms/modules/core/actions/err_loginform.php:1.5 Tue Jan 13 08:45:57 2009 +++ lms/modules/core/actions/err_loginform.php Thu Mar 11 14:07:51 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: err_loginform.php,v 1.5 2009/01/13 07:45:57 alec Exp $ + * $Id: err_loginform.php,v 1.6 2010/03/11 13:07:51 alec Exp $ */ $SMARTY->assign('error', $AUTH->error); Index: lms/modules/core/actions/init.php diff -u lms/modules/core/actions/init.php:1.5 lms/modules/core/actions/init.php:1.6 --- lms/modules/core/actions/init.php:1.5 Tue Jan 13 08:45:58 2009 +++ lms/modules/core/actions/init.php Thu Mar 11 14:07:51 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: init.php,v 1.5 2009/01/13 07:45:58 alec Exp $ + * $Id: init.php,v 1.6 2010/03/11 13:07:51 alec Exp $ */ // Include required files (including sequence is important) Index: lms/modules/core/actions/install.php diff -u lms/modules/core/actions/install.php:1.5 lms/modules/core/actions/install.php:1.6 --- lms/modules/core/actions/install.php:1.5 Tue Jan 13 08:45:58 2009 +++ lms/modules/core/actions/install.php Thu Mar 11 14:07:51 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: install.php,v 1.5 2009/01/13 07:45:58 alec Exp $ + * $Id: install.php,v 1.6 2010/03/11 13:07:51 alec Exp $ */ if($DB->GetOne('SELECT COUNT(id) FROM users')==0) Index: lms/modules/core/actions/logout.php diff -u lms/modules/core/actions/logout.php:1.8 lms/modules/core/actions/logout.php:1.9 --- lms/modules/core/actions/logout.php:1.8 Tue Jan 13 08:45:58 2009 +++ lms/modules/core/actions/logout.php Thu Mar 11 14:07:51 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: logout.php,v 1.8 2009/01/13 07:45:58 alec Exp $ + * $Id: logout.php,v 1.9 2010/03/11 13:07:51 alec Exp $ */ if($_GET['is_sure'] == '1') Index: lms/modules/core/actions/menu.php diff -u lms/modules/core/actions/menu.php:1.7 lms/modules/core/actions/menu.php:1.8 --- lms/modules/core/actions/menu.php:1.7 Tue Jan 13 08:45:58 2009 +++ lms/modules/core/actions/menu.php Thu Mar 11 14:07:51 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -15,7 +15,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * LMS Public License for more details. * - * $Id: menu.php,v 1.7 2009/01/13 07:45:58 alec Exp $ + * $Id: menu.php,v 1.8 2010/03/11 13:07:51 alec Exp $ */ // this is menu building module. also, it's propably example how to build Index: lms/modules/core/actions/modinfo-sample.php diff -u lms/modules/core/actions/modinfo-sample.php:1.7 lms/modules/core/actions/modinfo-sample.php:1.8 --- lms/modules/core/actions/modinfo-sample.php:1.7 Tue Jan 13 08:45:58 2009 +++ lms/modules/core/actions/modinfo-sample.php Thu Mar 11 14:07:51 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -15,7 +15,7 @@ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * LMS Public License for more details. * - * $Id: modinfo-sample.php,v 1.7 2009/01/13 07:45:58 alec Exp $ + * $Id: modinfo-sample.php,v 1.8 2010/03/11 13:07:51 alec Exp $ */ $_MODINFO['sample'] = array( @@ -30,7 +30,7 @@ ), 'author' => 'LMS-developers', // author information 'url' => 'http://www.lms.org.pl', // url of module homepage - 'revision' => '$Revision: 1.7 $', // cvs revision, optiona + 'revision' => '$Revision: 1.8 $', // cvs revision, optiona 'notpublic' => TRUE, // notpublic - this means, that user can't access any actions of this module // directly, ie. using modified URL 'menus' => array( // this part of modinfo contains information about menus that this module provides From cvs w lms.org.pl Thu Mar 11 14:07:51 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:51 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules/mailing (modinfo.php) Message-ID: <20100311130751.C40473027B2C@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:51 Author: alec Path: /cvsroot/lms/modules/mailing Modified: modinfo.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/mailing/modinfo.php.diff?&r1=1.9&r2=1.10 Index: lms/modules/mailing/modinfo.php diff -u lms/modules/mailing/modinfo.php:1.9 lms/modules/mailing/modinfo.php:1.10 --- lms/modules/mailing/modinfo.php:1.9 Tue Jan 13 08:45:58 2009 +++ lms/modules/mailing/modinfo.php Thu Mar 11 14:07:51 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: modinfo.php,v 1.9 2009/01/13 07:45:58 alec Exp $ + * $Id: modinfo.php,v 1.10 2010/03/11 13:07:51 alec Exp $ */ $_MODINFO['mailing'] = array( @@ -34,7 +34,7 @@ 'pl' => 'Korespondencja seryjna do klientów' ), 'version' => '1.11-cvs', - 'revision' => '$Revision: 1.9 $', + 'revision' => '$Revision: 1.10 $', 'author' => 'LMS Developers', 'url' => 'http://www.lms.org.pl', 'notpublic' => FALSE, From cvs w lms.org.pl Thu Mar 11 14:07:51 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:51 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules/mailing/actions (mailing.php) Message-ID: <20100311130751.DBAB43027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:51 Author: alec Path: /cvsroot/lms/modules/mailing/actions Modified: mailing.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/mailing/actions/mailing.php.diff?&r1=1.10&r2=1.11 Index: lms/modules/mailing/actions/mailing.php diff -u lms/modules/mailing/actions/mailing.php:1.10 lms/modules/mailing/actions/mailing.php:1.11 --- lms/modules/mailing/actions/mailing.php:1.10 Tue Mar 17 14:19:52 2009 +++ lms/modules/mailing/actions/mailing.php Thu Mar 11 14:07:51 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: mailing.php,v 1.10 2009/03/17 13:19:52 alec Exp $ + * $Id: mailing.php,v 1.11 2010/03/11 13:07:51 alec Exp $ */ function GetEmails($group, $network=NULL, $customergroup=NULL) From cvs w lms.org.pl Thu Mar 11 14:07:51 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:51 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules/core/templates (4 files) Message-ID: <20100311130751.AAF943027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:51 Author: alec Path: /cvsroot/lms/modules/core/templates Modified: copyrights.html err_loginform.html login.html menu.html - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/core/templates/copyrights.html.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/modules/core/templates/err_loginform.html.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/modules/core/templates/login.html.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/modules/core/templates/menu.html.diff?&r1=1.7&r2=1.8 Index: lms/modules/core/templates/copyrights.html diff -u lms/modules/core/templates/copyrights.html:1.10 lms/modules/core/templates/copyrights.html:1.11 --- lms/modules/core/templates/copyrights.html:1.10 Tue Jan 13 08:45:58 2009 +++ lms/modules/core/templates/copyrights.html Thu Mar 11 14:07:51 2010 @@ -1,6 +1,6 @@ - +

{t}LMS version{/t} {$layout.lmsv} ({$layout.lmsvr})

-

Copyright © 2001-2009 LMS Developers

+

Copyright © 2001-2010 LMS Developers

{t}This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 as published by the Free Software Foundation.{/t}

{t}This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.{/t}

Index: lms/modules/core/templates/err_loginform.html diff -u lms/modules/core/templates/err_loginform.html:1.7 lms/modules/core/templates/err_loginform.html:1.8 --- lms/modules/core/templates/err_loginform.html:1.7 Tue Jan 13 08:45:58 2009 +++ lms/modules/core/templates/err_loginform.html Thu Mar 11 14:07:51 2010 @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@
- + From cvs w lms.org.pl Thu Mar 11 14:07:52 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:52 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules/traffic (modinfo.php, modinit.php) Message-ID: <20100311130752.098173027B2D@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:52 Author: alec Path: /cvsroot/lms/modules/traffic Modified: modinfo.php modinit.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/traffic/modinfo.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/modules/traffic/modinit.php.diff?&r1=1.5&r2=1.6 Index: lms/modules/traffic/modinfo.php diff -u lms/modules/traffic/modinfo.php:1.6 lms/modules/traffic/modinfo.php:1.7 --- lms/modules/traffic/modinfo.php:1.6 Tue Jan 13 08:45:58 2009 +++ lms/modules/traffic/modinfo.php Thu Mar 11 14:07:51 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: modinfo.php,v 1.6 2009/01/13 07:45:58 alec Exp $ + * $Id: modinfo.php,v 1.7 2010/03/11 13:07:51 alec Exp $ */ $_MODINFO['traffic'] = array( @@ -36,7 +36,7 @@ 'version' => '1.11-cvs', 'author' => 'LMS Developers', 'url' => 'http://www.lms.org.pl', - 'revision' => '$Revision: 1.6 $', + 'revision' => '$Revision: 1.7 $', 'notpublic' => FALSE, 'priority' => 50, 'menus' => array( Index: lms/modules/traffic/modinit.php diff -u lms/modules/traffic/modinit.php:1.5 lms/modules/traffic/modinit.php:1.6 --- lms/modules/traffic/modinit.php:1.5 Tue Jan 13 08:45:58 2009 +++ lms/modules/traffic/modinit.php Thu Mar 11 14:07:51 2010 @@ -2,7 +2,7 @@ /* LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: modinit.php,v 1.5 2009/01/13 07:45:58 alec Exp $ + * $Id: modinit.php,v 1.6 2010/03/11 13:07:51 alec Exp $ */ function Traffic($from = 0, $to = 0, $net = 0, $order = '', $limit = 0) From cvs w lms.org.pl Thu Mar 11 14:07:52 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:52 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules/users (modinfo.php) Message-ID: <20100311130752.6C9B23027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:52 Author: alec Path: /cvsroot/lms/modules/users Modified: modinfo.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/users/modinfo.php.diff?&r1=1.7&r2=1.8 Index: lms/modules/users/modinfo.php diff -u lms/modules/users/modinfo.php:1.7 lms/modules/users/modinfo.php:1.8 --- lms/modules/users/modinfo.php:1.7 Tue Jan 13 08:45:59 2009 +++ lms/modules/users/modinfo.php Thu Mar 11 14:07:52 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: modinfo.php,v 1.7 2009/01/13 07:45:59 alec Exp $ + * $Id: modinfo.php,v 1.8 2010/03/11 13:07:52 alec Exp $ */ $_MODINFO['users'] = array( @@ -35,7 +35,7 @@ 'pl' => 'Zarządzanie użytkownikami systemu' ), 'author' => 'LMS-developers', - 'revision' => '$Revision: 1.7 $', + 'revision' => '$Revision: 1.8 $', 'notpublic' => FALSE, 'priority' => 10, 'url' => 'http://www.lms.org.pl', From cvs w lms.org.pl Thu Mar 11 14:07:52 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:52 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules/users/actions (6 files) Message-ID: <20100311130752.AC1773027B2C@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:52 Author: alec Path: /cvsroot/lms/modules/users/actions Modified: add.php delete.php edit.php info.php list.php passwd.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/users/actions/add.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/users/actions/delete.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/users/actions/edit.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/users/actions/info.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/users/actions/list.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/users/actions/passwd.php.diff?&r1=1.5&r2=1.6 Index: lms/modules/users/actions/add.php diff -u lms/modules/users/actions/add.php:1.5 lms/modules/users/actions/add.php:1.6 --- lms/modules/users/actions/add.php:1.5 Tue Jan 13 08:45:59 2009 +++ lms/modules/users/actions/add.php Thu Mar 11 14:07:52 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: add.php,v 1.5 2009/01/13 07:45:59 alec Exp $ + * $Id: add.php,v 1.6 2010/03/11 13:07:52 alec Exp $ */ $useradd = isset($_POST['useradd']) ? $_POST['useradd'] : array(); Index: lms/modules/users/actions/delete.php diff -u lms/modules/users/actions/delete.php:1.5 lms/modules/users/actions/delete.php:1.6 --- lms/modules/users/actions/delete.php:1.5 Tue Jan 13 08:45:59 2009 +++ lms/modules/users/actions/delete.php Thu Mar 11 14:07:52 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: delete.php,v 1.5 2009/01/13 07:45:59 alec Exp $ + * $Id: delete.php,v 1.6 2010/03/11 13:07:52 alec Exp $ */ if($_GET['is_sure']=='1') Index: lms/modules/users/actions/edit.php diff -u lms/modules/users/actions/edit.php:1.5 lms/modules/users/actions/edit.php:1.6 --- lms/modules/users/actions/edit.php:1.5 Tue Jan 13 08:45:59 2009 +++ lms/modules/users/actions/edit.php Thu Mar 11 14:07:52 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: edit.php,v 1.5 2009/01/13 07:45:59 alec Exp $ + * $Id: edit.php,v 1.6 2010/03/11 13:07:52 alec Exp $ */ if(!$LMS->UserExists($_GET['id'])) Index: lms/modules/users/actions/info.php diff -u lms/modules/users/actions/info.php:1.5 lms/modules/users/actions/info.php:1.6 --- lms/modules/users/actions/info.php:1.5 Tue Jan 13 08:45:59 2009 +++ lms/modules/users/actions/info.php Thu Mar 11 14:07:52 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: info.php,v 1.5 2009/01/13 07:45:59 alec Exp $ + * $Id: info.php,v 1.6 2010/03/11 13:07:52 alec Exp $ */ if(!$LMS->UserExists($_GET['id'])) Index: lms/modules/users/actions/list.php diff -u lms/modules/users/actions/list.php:1.5 lms/modules/users/actions/list.php:1.6 --- lms/modules/users/actions/list.php:1.5 Tue Jan 13 08:45:59 2009 +++ lms/modules/users/actions/list.php Thu Mar 11 14:07:52 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: list.php,v 1.5 2009/01/13 07:45:59 alec Exp $ + * $Id: list.php,v 1.6 2010/03/11 13:07:52 alec Exp $ */ $layout['pagetitle'] = trans('Users List'); Index: lms/modules/users/actions/passwd.php diff -u lms/modules/users/actions/passwd.php:1.5 lms/modules/users/actions/passwd.php:1.6 --- lms/modules/users/actions/passwd.php:1.5 Tue Jan 13 08:45:59 2009 +++ lms/modules/users/actions/passwd.php Thu Mar 11 14:07:52 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: passwd.php,v 1.5 2009/01/13 07:45:59 alec Exp $ + * $Id: passwd.php,v 1.6 2010/03/11 13:07:52 alec Exp $ */ $id = (isset($_GET['id'])) ? $_GET['id'] : $AUTH->id; From cvs w lms.org.pl Thu Mar 11 14:07:52 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:52 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules/traffic/actions (10 files) Message-ID: <20100311130752.506CC3027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:52 Author: alec Path: /cvsroot/lms/modules/traffic/actions Modified: compacting.php nodetraffic.php print.php printtraffic.php traffic-day.php traffic-hour.php traffic-month.php traffic-year.php traffic.php trafficdbcompact.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/traffic/actions/compacting.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/modules/traffic/actions/nodetraffic.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/modules/traffic/actions/print.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/modules/traffic/actions/printtraffic.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/traffic/actions/traffic-day.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/modules/traffic/actions/traffic-hour.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/modules/traffic/actions/traffic-month.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/modules/traffic/actions/traffic-year.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/modules/traffic/actions/traffic.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/modules/traffic/actions/trafficdbcompact.php.diff?&r1=1.4&r2=1.5 Index: lms/modules/traffic/actions/compacting.php diff -u lms/modules/traffic/actions/compacting.php:1.4 lms/modules/traffic/actions/compacting.php:1.5 --- lms/modules/traffic/actions/compacting.php:1.4 Tue Jan 13 08:45:58 2009 +++ lms/modules/traffic/actions/compacting.php Thu Mar 11 14:07:52 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: compacting.php,v 1.4 2009/01/13 07:45:58 alec Exp $ + * $Id: compacting.php,v 1.5 2010/03/11 13:07:52 alec Exp $ */ $layout['pagetitle'] = trans('Network Statistics Compacting'); Index: lms/modules/traffic/actions/nodetraffic.php diff -u lms/modules/traffic/actions/nodetraffic.php:1.6 lms/modules/traffic/actions/nodetraffic.php:1.7 --- lms/modules/traffic/actions/nodetraffic.php:1.6 Tue Jan 13 08:45:58 2009 +++ lms/modules/traffic/actions/nodetraffic.php Thu Mar 11 14:07:52 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodetraffic.php,v 1.6 2009/01/13 07:45:58 alec Exp $ + * $Id: nodetraffic.php,v 1.7 2010/03/11 13:07:52 alec Exp $ */ function NodeStats($id, $dt) Index: lms/modules/traffic/actions/print.php diff -u lms/modules/traffic/actions/print.php:1.4 lms/modules/traffic/actions/print.php:1.5 --- lms/modules/traffic/actions/print.php:1.4 Tue Jan 13 08:45:58 2009 +++ lms/modules/traffic/actions/print.php Thu Mar 11 14:07:52 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: print.php,v 1.4 2009/01/13 07:45:58 alec Exp $ + * $Id: print.php,v 1.5 2010/03/11 13:07:52 alec Exp $ */ $layout['pagetitle'] = trans('Printing'); Index: lms/modules/traffic/actions/printtraffic.php diff -u lms/modules/traffic/actions/printtraffic.php:1.5 lms/modules/traffic/actions/printtraffic.php:1.6 --- lms/modules/traffic/actions/printtraffic.php:1.5 Tue Jan 13 08:45:58 2009 +++ lms/modules/traffic/actions/printtraffic.php Thu Mar 11 14:07:52 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: printtraffic.php,v 1.5 2009/01/13 07:45:58 alec Exp $ + * $Id: printtraffic.php,v 1.6 2010/03/11 13:07:52 alec Exp $ */ $month = $_POST['month'] ? $_POST['month'] : date('n'); Index: lms/modules/traffic/actions/traffic-day.php diff -u lms/modules/traffic/actions/traffic-day.php:1.4 lms/modules/traffic/actions/traffic-day.php:1.5 --- lms/modules/traffic/actions/traffic-day.php:1.4 Tue Jan 13 08:45:58 2009 +++ lms/modules/traffic/actions/traffic-day.php Thu Mar 11 14:07:52 2010 @@ -2,7 +2,7 @@ /* LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: traffic-day.php,v 1.4 2009/01/13 07:45:58 alec Exp $ + * $Id: traffic-day.php,v 1.5 2010/03/11 13:07:52 alec Exp $ */ $layout['pagetitle'] = trans('Network Statistics'); Index: lms/modules/traffic/actions/traffic-hour.php diff -u lms/modules/traffic/actions/traffic-hour.php:1.4 lms/modules/traffic/actions/traffic-hour.php:1.5 --- lms/modules/traffic/actions/traffic-hour.php:1.4 Tue Jan 13 08:45:58 2009 +++ lms/modules/traffic/actions/traffic-hour.php Thu Mar 11 14:07:52 2010 @@ -2,7 +2,7 @@ /* LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: traffic-hour.php,v 1.4 2009/01/13 07:45:58 alec Exp $ + * $Id: traffic-hour.php,v 1.5 2010/03/11 13:07:52 alec Exp $ */ $layout['pagetitle'] = trans('Network Statistics'); Index: lms/modules/traffic/actions/traffic-month.php diff -u lms/modules/traffic/actions/traffic-month.php:1.4 lms/modules/traffic/actions/traffic-month.php:1.5 --- lms/modules/traffic/actions/traffic-month.php:1.4 Tue Jan 13 08:45:58 2009 +++ lms/modules/traffic/actions/traffic-month.php Thu Mar 11 14:07:52 2010 @@ -2,7 +2,7 @@ /* LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: traffic-month.php,v 1.4 2009/01/13 07:45:58 alec Exp $ + * $Id: traffic-month.php,v 1.5 2010/03/11 13:07:52 alec Exp $ */ $layout['pagetitle'] = trans('Network Statistics'); Index: lms/modules/traffic/actions/traffic-year.php diff -u lms/modules/traffic/actions/traffic-year.php:1.4 lms/modules/traffic/actions/traffic-year.php:1.5 --- lms/modules/traffic/actions/traffic-year.php:1.4 Tue Jan 13 08:45:58 2009 +++ lms/modules/traffic/actions/traffic-year.php Thu Mar 11 14:07:52 2010 @@ -2,7 +2,7 @@ /* LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: traffic-year.php,v 1.4 2009/01/13 07:45:58 alec Exp $ + * $Id: traffic-year.php,v 1.5 2010/03/11 13:07:52 alec Exp $ */ $layout['pagetitle'] = trans('Network Statistics'); Index: lms/modules/traffic/actions/traffic.php diff -u lms/modules/traffic/actions/traffic.php:1.4 lms/modules/traffic/actions/traffic.php:1.5 --- lms/modules/traffic/actions/traffic.php:1.4 Tue Jan 13 08:45:58 2009 +++ lms/modules/traffic/actions/traffic.php Thu Mar 11 14:07:52 2010 @@ -2,7 +2,7 @@ /* LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: traffic.php,v 1.4 2009/01/13 07:45:58 alec Exp $ + * $Id: traffic.php,v 1.5 2010/03/11 13:07:52 alec Exp $ */ $layout['pagetitle'] = trans('Network Statistics'); Index: lms/modules/traffic/actions/trafficdbcompact.php diff -u lms/modules/traffic/actions/trafficdbcompact.php:1.4 lms/modules/traffic/actions/trafficdbcompact.php:1.5 --- lms/modules/traffic/actions/trafficdbcompact.php:1.4 Tue Jan 13 08:45:58 2009 +++ lms/modules/traffic/actions/trafficdbcompact.php Thu Mar 11 14:07:52 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: trafficdbcompact.php,v 1.4 2009/01/13 07:45:58 alec Exp $ + * $Id: trafficdbcompact.php,v 1.5 2010/03/11 13:07:52 alec Exp $ */ $layout['pagetitle'] = trans('Network Statistics Compacting'); From cvs w lms.org.pl Thu Mar 11 14:07:52 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:52 +0100 (CET) Subject: [lms-commits] CVS update of lms/templates (4 files) Message-ID: <20100311130752.DB4BE3027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:52 Author: alec Path: /cvsroot/lms/templates Modified: copyrights.html header.html login.html receipt.html - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/templates/copyrights.html.diff?&r1=1.65&r2=1.66 http://cvs.lms.org.pl/viewvc/Development/lms/templates/header.html.diff?&r1=1.127&r2=1.128 http://cvs.lms.org.pl/viewvc/Development/lms/templates/login.html.diff?&r1=1.55&r2=1.56 http://cvs.lms.org.pl/viewvc/Development/lms/templates/receipt.html.diff?&r1=1.12&r2=1.13 Index: lms/templates/copyrights.html diff -u lms/templates/copyrights.html:1.65 lms/templates/copyrights.html:1.66 --- lms/templates/copyrights.html:1.65 Tue Jan 13 08:45:59 2009 +++ lms/templates/copyrights.html Thu Mar 11 14:07:52 2010 @@ -1,7 +1,7 @@ {include file="header.html"} - +

{t}LMS version{/t} {$layout.lmsv} ({$layout.lmsvr})

-

Copyright © 2001-2009 LMS Developers

+

Copyright © 2001-2010 LMS Developers

{t}This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License Version 2 as published by the Free Software Foundation.{/t}

{t}This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.{/t}

Index: lms/templates/header.html diff -u lms/templates/header.html:1.127 lms/templates/header.html:1.128 --- lms/templates/header.html:1.127 Thu Jun 18 11:36:51 2009 +++ lms/templates/header.html Thu Mar 11 14:07:52 2010 @@ -1,5 +1,5 @@ - +::: LMS :{if $layout.pagetitle neq ""} {$layout.pagetitle|striphtml} :{/if}:: @@ -88,7 +88,7 @@
{t}Name:{/t}{t}Name:{/t} {t}ID:{/t}{t}Channel:{/t}{t}Address:{/t} {t}Groups:{/t} {t}Network:{/t}
+ {if $customernodes[customernodes].lastonline} {if ($smarty.now-$customernodes[customernodes].lastonline) > $_config.phpui.lastonline_limit} @@ -90,21 +91,29 @@ {$customernodes[customernodes].info|truncate:60:"...":true} {/if} + ({$customernodes[customernodes].id|string_format:"%04d"}) + {if $ewx} + + {if $customernodes[customernodes].channelname} + {$customernodes[customernodes].channelname|truncate:20:"...":true} + {elseif $customernodes[customernodes].channelid}[{$customernodes[customernodes].channelid|string_format:"%04d"}] + {/if} + {$customernodes[customernodes].ip} {if $customernodes[customernodes].ip_pub != "0.0.0.0"} ({$customernodes[customernodes].ip_pub}){/if} / {$customernodes[customernodes].mac} + {if $customernodes[customernodes].gcount} {/if} + {$customernodes[customernodes].network.name|truncate:"20":"...":true} {if $customernodes[customernodes].network_pub} ({$customernodes[customernodes].network_pub.name|truncate:"20":"...":true}){/if} + [ {if ! $customernodes[customernodes].access}{t}Connect{/t}{else}{t}Disconnect{/t}{/if} ] [ {if ! $customernodes[customernodes].warning}{t}Enable notice{/t}{else}{t}Disable notice{/t}{/if} ] [ {t}Delete{/t} ] @@ -117,7 +126,7 @@ {/section} {else}
+

 

{if $customerinfo.deleted}{t}That customer has been deleted.{/t}{else}{t}That customer hasn't got any node.{/t}{/if}

 

@@ -125,7 +134,7 @@
+ {t}Connect{/t}/{t}Disconnect{/t} From cvs w lms.org.pl Thu Mar 11 14:07:27 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:27 +0100 (CET) Subject: [lms-commits] CVS update of lms (index.php) Message-ID: <20100311130727.EA1343027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:27 Author: alec Path: /cvsroot/lms Modified: index.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/index.php.diff?&r1=1.213&r2=1.214 Index: lms/index.php diff -u lms/index.php:1.213 lms/index.php:1.214 --- lms/index.php:1.213 Fri Feb 26 10:20:16 2010 +++ lms/index.php Thu Mar 11 14:07:27 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: index.php,v 1.213 2010/02/26 09:20:16 alec Exp $ + * $Id: index.php,v 1.214 2010/03/11 13:07:27 alec Exp $ */ // REPLACE THIS WITH PATH TO YOUR CONFIG FILE From cvs w lms.org.pl Thu Mar 11 14:07:28 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:28 +0100 (CET) Subject: [lms-commits] CVS update of lms/contrib (initLMS.php) Message-ID: <20100311130728.C8FDC3027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:28 Author: alec Path: /cvsroot/lms/contrib Modified: initLMS.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/contrib/initLMS.php.diff?&r1=1.22&r2=1.23 Index: lms/contrib/initLMS.php diff -u lms/contrib/initLMS.php:1.22 lms/contrib/initLMS.php:1.23 --- lms/contrib/initLMS.php:1.22 Tue Aug 25 10:31:23 2009 +++ lms/contrib/initLMS.php Thu Mar 11 14:07:28 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: initLMS.php,v 1.22 2009/08/25 08:31:23 alec Exp $ + * $Id: initLMS.php,v 1.23 2010/03/11 13:07:28 alec Exp $ */ // REPLACE THIS WITH PATH TO YOU CONFIG FILE From cvs w lms.org.pl Thu Mar 11 14:07:29 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:29 +0100 (CET) Subject: [lms-commits] CVS update of lms/contrib/customer/locale/pl (strings.php) Message-ID: <20100311130729.4675B3027B2F@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:29 Author: alec Path: /cvsroot/lms/contrib/customer/locale/pl Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/contrib/customer/locale/pl/strings.php.diff?&r1=1.9&r2=1.10 Index: lms/contrib/customer/locale/pl/strings.php diff -u lms/contrib/customer/locale/pl/strings.php:1.9 lms/contrib/customer/locale/pl/strings.php:1.10 --- lms/contrib/customer/locale/pl/strings.php:1.9 Tue Jan 13 08:45:29 2009 +++ lms/contrib/customer/locale/pl/strings.php Thu Mar 11 14:07:29 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.9 2009/01/13 07:45:29 alec Exp $ + * $Id: strings.php,v 1.10 2010/03/11 13:07:29 alec Exp $ */ $_LANG['Balance Sheet:'] = 'Bilans finansowy:'; From cvs w lms.org.pl Thu Mar 11 14:07:29 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:29 +0100 (CET) Subject: [lms-commits] CVS update of lms/contrib/coffee_cup (coffee.php) Message-ID: <20100311130729.0FD683027B2D@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:29 Author: alec Path: /cvsroot/lms/contrib/coffee_cup Modified: coffee.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/contrib/coffee_cup/coffee.php.diff?&r1=1.9&r2=1.10 Index: lms/contrib/coffee_cup/coffee.php diff -u lms/contrib/coffee_cup/coffee.php:1.9 lms/contrib/coffee_cup/coffee.php:1.10 --- lms/contrib/coffee_cup/coffee.php:1.9 Tue Jan 13 08:45:28 2009 +++ lms/contrib/coffee_cup/coffee.php Thu Mar 11 14:07:28 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: coffee.php,v 1.9 2009/01/13 07:45:28 alec Exp $ + * $Id: coffee.php,v 1.10 2010/03/11 13:07:28 alec Exp $ */ From cvs w lms.org.pl Thu Mar 11 14:07:28 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:28 +0100 (CET) Subject: [lms-commits] CVS update of lms/bin (29 files) Message-ID: <20100311130728.AE83D3027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:28 Author: alec Path: /cvsroot/lms/bin Modified: lms-arpd lms-arping lms-cutoff lms-etherdesc lms-fping lms-ipfw lms-makearp lms-makedhcpconf lms-makehosts lms-makeipchains lms-makeiptables lms-makemacs lms-makemessages lms-makeoidentconf lms-makeon lms-makeopenbsdpf lms-makewarnings lms-mgc lms-notify lms-notify-messages lms-notify-sms lms-payments lms-reminder lms-rtparser lms-sendinvoices lms-smstools lms-traffic lms-traffic-htbiptlimits lms-traffic-logiptables - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-arpd.diff?&r1=1.18&r2=1.19 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-arping.diff?&r1=1.22&r2=1.23 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-cutoff.diff?&r1=1.40&r2=1.41 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-etherdesc.diff?&r1=1.23&r2=1.24 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-fping.diff?&r1=1.20&r2=1.21 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-ipfw.diff?&r1=1.12&r2=1.13 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-makearp.diff?&r1=1.37&r2=1.38 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-makedhcpconf.diff?&r1=1.61&r2=1.62 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-makehosts.diff?&r1=1.24&r2=1.25 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-makeipchains.diff?&r1=1.50&r2=1.51 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-makeiptables.diff?&r1=1.49&r2=1.50 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-makemacs.diff?&r1=1.36&r2=1.37 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-makemessages.diff?&r1=1.29&r2=1.30 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-makeoidentconf.diff?&r1=1.47&r2=1.48 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-makeon.diff?&r1=1.22&r2=1.23 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-makeopenbsdpf.diff?&r1=1.43&r2=1.44 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-makewarnings.diff?&r1=1.37&r2=1.38 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-mgc.diff?&r1=1.86&r2=1.87 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-notify.diff?&r1=1.70&r2=1.71 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-notify-messages.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-notify-sms.diff?&r1=1.40&r2=1.41 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-payments.diff?&r1=1.118&r2=1.119 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-reminder.diff?&r1=1.21&r2=1.22 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-rtparser.diff?&r1=1.81&r2=1.82 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-sendinvoices.diff?&r1=1.47&r2=1.48 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-smstools.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-traffic.diff?&r1=1.23&r2=1.24 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-traffic-htbiptlimits.diff?&r1=1.41&r2=1.42 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-traffic-logiptables.diff?&r1=1.38&r2=1.39 Index: lms/bin/lms-arpd diff -u lms/bin/lms-arpd:1.18 lms/bin/lms-arpd:1.19 --- lms/bin/lms-arpd:1.18 Tue Jan 13 08:45:27 2009 +++ lms/bin/lms-arpd Thu Mar 11 14:07:27 2010 @@ -2,7 +2,7 @@ # # LMS version 1.11-cvs # -# Copyright (C) 2001-2009 LMS Developers +# Copyright (C) 2001-2010 LMS Developers # # Please, see the doc/AUTHORS for more information about authors! # @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, # USA. # -# $Id: lms-arpd,v 1.18 2009/01/13 07:45:27 alec Exp $ +# $Id: lms-arpd,v 1.19 2010/03/11 13:07:27 alec Exp $ # package lms_arpd; @@ -109,7 +109,7 @@ { print STDERR < Date: Thursday, March 11, 2010 @ 14:07:29 Author: alec Path: /cvsroot/lms/contrib/customer Modified: customer.html index.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/contrib/customer/customer.html.diff?&r1=1.20&r2=1.21 http://cvs.lms.org.pl/viewvc/Development/lms/contrib/customer/index.php.diff?&r1=1.37&r2=1.38 Index: lms/contrib/customer/customer.html diff -u lms/contrib/customer/customer.html:1.20 lms/contrib/customer/customer.html:1.21 --- lms/contrib/customer/customer.html:1.20 Tue Jan 13 08:45:28 2009 +++ lms/contrib/customer/customer.html Thu Mar 11 14:07:29 2010 @@ -1,5 +1,5 @@ - + @@ -152,7 +152,7 @@ {t 0=$layout.lmsv}Generated by LMS $0{/t}
- © 2001-2009 LMS Developers - http://www.lms.org.pl + © 2001-2010 LMS Developers - http://www.lms.org.pl
{t}LMS version{/t} {$layout.lmsv} ({$layout.lmsvr})

- © 2001-2009 LMS Developers



+ © 2001-2010 LMS Developers


{if $error}{$error}{else} {/if}

Index: lms/modules/core/templates/login.html diff -u lms/modules/core/templates/login.html:1.8 lms/modules/core/templates/login.html:1.9 --- lms/modules/core/templates/login.html:1.8 Tue Jan 13 08:45:58 2009 +++ lms/modules/core/templates/login.html Thu Mar 11 14:07:51 2010 @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@
{t}LMS version{/t} {$layout.lmsv} ({$layout.lmsvr})

- © 2001-2009 LMS Developers



+ © 2001-2010 LMS Developers


{if $error}{$error}{else} {/if}

Index: lms/modules/core/templates/menu.html diff -u lms/modules/core/templates/menu.html:1.7 lms/modules/core/templates/menu.html:1.8 --- lms/modules/core/templates/menu.html:1.7 Tue Jan 13 08:45:58 2009 +++ lms/modules/core/templates/menu.html Thu Mar 11 14:07:51 2010 @@ -68,7 +68,7 @@

© 2001-2009
LMS Developers

© 2001-2010
LMS Developers
 
LMS {$layout.lmsv}
({$layout.lmsvr})
DB: {$layout.dbschversion}
@ {$layout.hostname}
 
 
-  © 2001-2009 LMS Developers +  © 2001-2010 LMS Developers
Index: lms/templates/login.html diff -u lms/templates/login.html:1.55 lms/templates/login.html:1.56 --- lms/templates/login.html:1.55 Mon Mar 8 08:42:26 2010 +++ lms/templates/login.html Thu Mar 11 14:07:52 2010 @@ -1,5 +1,5 @@ - + @@ -20,7 +20,7 @@
{t}LMS version{/t} {$layout.lmsv} ({$layout.lmsvr})

- © 2001-2009 LMS Developers



+ © 2001-2010 LMS Developers


{if $error}{$error}{else} {/if}

Index: lms/templates/receipt.html diff -u lms/templates/receipt.html:1.12 lms/templates/receipt.html:1.13 --- lms/templates/receipt.html:1.12 Tue Jan 13 08:45:59 2009 +++ lms/templates/receipt.html Thu Mar 11 14:07:52 2010 @@ -1,4 +1,4 @@ - + {if !$receipt.last}
{/if} {if !$type || $type == "original"}
@@ -133,7 +133,7 @@
- Copyright © 2001-2009 LMS Developers + Copyright © 2001-2010 LMS Developers
@@ -273,7 +273,7 @@
- Copyright © 2001-2009 LMS Developers + Copyright © 2001-2010 LMS Developers
From cvs w lms.org.pl Thu Mar 11 14:07:53 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:53 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/lib/locale/lt (strings.php) Message-ID: <20100311130753.7067F3027B2C@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:53 Author: alec Path: /cvsroot/lms/userpanel/lib/locale/lt Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/lib/locale/lt/strings.php.diff?&r1=1.2&r2=1.3 Index: lms/userpanel/lib/locale/lt/strings.php diff -u lms/userpanel/lib/locale/lt/strings.php:1.2 lms/userpanel/lib/locale/lt/strings.php:1.3 --- lms/userpanel/lib/locale/lt/strings.php:1.2 Fri May 15 12:56:00 2009 +++ lms/userpanel/lib/locale/lt/strings.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.2 2009/05/15 10:56:00 alec Exp $ + * $Id: strings.php,v 1.3 2010/03/11 13:07:53 alec Exp $ * LT VERSION BY ETANETAS ver.0.1 */ From cvs w lms.org.pl Thu Mar 11 14:07:52 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:52 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel (index.php) Message-ID: <20100311130753.032473027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:52 Author: alec Path: /cvsroot/lms/userpanel Modified: index.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/index.php.diff?&r1=1.9&r2=1.10 Index: lms/userpanel/index.php diff -u lms/userpanel/index.php:1.9 lms/userpanel/index.php:1.10 --- lms/userpanel/index.php:1.9 Fri Feb 26 16:38:21 2010 +++ lms/userpanel/index.php Thu Mar 11 14:07:52 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: index.php,v 1.9 2010/02/26 15:38:21 chilek Exp $ + * $Id: index.php,v 1.10 2010/03/11 13:07:52 alec Exp $ */ // REPLACE THIS WITH PATH TO YOUR CONFIG FILE From cvs w lms.org.pl Thu Mar 11 14:07:53 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:53 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/lib (9 files) Message-ID: <20100311130753.4A2333027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:53 Author: alec Path: /cvsroot/lms/userpanel/lib Modified: LMS.menu.php LMS.setup.php Session.class.php ULMS.class.php Userpanel.class.php authentication.inc checkdirs.php setup_functions.php smarty_addons.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/lib/LMS.menu.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/lib/LMS.setup.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/lib/Session.class.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/lib/ULMS.class.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/lib/Userpanel.class.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/lib/authentication.inc.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/lib/checkdirs.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/lib/setup_functions.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/lib/smarty_addons.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/lib/LMS.menu.php diff -u lms/userpanel/lib/LMS.menu.php:1.3 lms/userpanel/lib/LMS.menu.php:1.4 --- lms/userpanel/lib/LMS.menu.php:1.3 Fri May 15 12:56:00 2009 +++ lms/userpanel/lib/LMS.menu.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: LMS.menu.php,v 1.3 2009/05/15 10:56:00 alec Exp $ + * $Id: LMS.menu.php,v 1.4 2010/03/11 13:07:53 alec Exp $ */ // variables Index: lms/userpanel/lib/LMS.setup.php diff -u lms/userpanel/lib/LMS.setup.php:1.4 lms/userpanel/lib/LMS.setup.php:1.5 --- lms/userpanel/lib/LMS.setup.php:1.4 Fri May 15 12:56:00 2009 +++ lms/userpanel/lib/LMS.setup.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: LMS.setup.php,v 1.4 2009/05/15 10:56:00 alec Exp $ + * $Id: LMS.setup.php,v 1.5 2010/03/11 13:07:53 alec Exp $ */ define('USERPANEL_SETUPMODE', 1); Index: lms/userpanel/lib/Session.class.php diff -u lms/userpanel/lib/Session.class.php:1.3 lms/userpanel/lib/Session.class.php:1.4 --- lms/userpanel/lib/Session.class.php:1.3 Fri May 15 12:56:00 2009 +++ lms/userpanel/lib/Session.class.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: Session.class.php,v 1.3 2009/05/15 10:56:00 alec Exp $ + * $Id: Session.class.php,v 1.4 2010/03/11 13:07:53 alec Exp $ */ require_once('authentication.inc'); @@ -35,7 +35,7 @@ var $islogged = FALSE; var $error; var $_version = '1.11-cvs'; - var $_revision = '$Revision: 1.3 $'; + var $_revision = '$Revision: 1.4 $'; function Session(&$DB,$timeout = 600) { Index: lms/userpanel/lib/ULMS.class.php diff -u lms/userpanel/lib/ULMS.class.php:1.3 lms/userpanel/lib/ULMS.class.php:1.4 --- lms/userpanel/lib/ULMS.class.php:1.3 Fri May 15 12:56:00 2009 +++ lms/userpanel/lib/ULMS.class.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: ULMS.class.php,v 1.3 2009/05/15 10:56:00 alec Exp $ + * $Id: ULMS.class.php,v 1.4 2010/03/11 13:07:53 alec Exp $ * */ Index: lms/userpanel/lib/Userpanel.class.php diff -u lms/userpanel/lib/Userpanel.class.php:1.3 lms/userpanel/lib/Userpanel.class.php:1.4 --- lms/userpanel/lib/Userpanel.class.php:1.3 Fri May 15 12:56:00 2009 +++ lms/userpanel/lib/Userpanel.class.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: Userpanel.class.php,v 1.3 2009/05/15 10:56:00 alec Exp $ + * $Id: Userpanel.class.php,v 1.4 2010/03/11 13:07:53 alec Exp $ */ class USERPANEL @@ -31,7 +31,7 @@ var $CONFIG; var $MODULES = array(); var $_version = '1.11-cvs'; - var $_revision = '$Revision: 1.3 $'; + var $_revision = '$Revision: 1.4 $'; function USERPANEL(&$DB, &$SESSION, &$CONFIG) // ustawia zmienne klasy { Index: lms/userpanel/lib/authentication.inc diff -u lms/userpanel/lib/authentication.inc:1.4 lms/userpanel/lib/authentication.inc:1.5 --- lms/userpanel/lib/authentication.inc:1.4 Fri May 15 12:56:00 2009 +++ lms/userpanel/lib/authentication.inc Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: authentication.inc,v 1.4 2009/05/15 10:56:00 alec Exp $ + * $Id: authentication.inc,v 1.5 2010/03/11 13:07:53 alec Exp $ */ global $LMS; Index: lms/userpanel/lib/checkdirs.php diff -u lms/userpanel/lib/checkdirs.php:1.3 lms/userpanel/lib/checkdirs.php:1.4 --- lms/userpanel/lib/checkdirs.php:1.3 Fri May 15 12:56:00 2009 +++ lms/userpanel/lib/checkdirs.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: checkdirs.php,v 1.3 2009/05/15 10:56:00 alec Exp $ + * $Id: checkdirs.php,v 1.4 2010/03/11 13:07:53 alec Exp $ */ if(!is_dir(SMARTY_COMPILE_DIR)) Index: lms/userpanel/lib/setup_functions.php diff -u lms/userpanel/lib/setup_functions.php:1.3 lms/userpanel/lib/setup_functions.php:1.4 --- lms/userpanel/lib/setup_functions.php:1.3 Fri May 15 12:56:00 2009 +++ lms/userpanel/lib/setup_functions.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: setup_functions.php,v 1.3 2009/05/15 10:56:00 alec Exp $ + * $Id: setup_functions.php,v 1.4 2010/03/11 13:07:53 alec Exp $ */ function module_setup() Index: lms/userpanel/lib/smarty_addons.php diff -u lms/userpanel/lib/smarty_addons.php:1.3 lms/userpanel/lib/smarty_addons.php:1.4 --- lms/userpanel/lib/smarty_addons.php:1.3 Fri May 15 12:56:00 2009 +++ lms/userpanel/lib/smarty_addons.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: smarty_addons.php,v 1.3 2009/05/15 10:56:00 alec Exp $ + * $Id: smarty_addons.php,v 1.4 2010/03/11 13:07:53 alec Exp $ */ // Smarty extensions From cvs w lms.org.pl Thu Mar 11 14:07:53 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:53 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/lib/locale/pl (strings.php) Message-ID: <20100311130753.868333027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:53 Author: alec Path: /cvsroot/lms/userpanel/lib/locale/pl Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/lib/locale/pl/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/lib/locale/pl/strings.php diff -u lms/userpanel/lib/locale/pl/strings.php:1.3 lms/userpanel/lib/locale/pl/strings.php:1.4 --- lms/userpanel/lib/locale/pl/strings.php:1.3 Fri May 15 12:56:00 2009 +++ lms/userpanel/lib/locale/pl/strings.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:00 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:53 alec Exp $ */ $_LANG['Access denied!'] = 'Brak dostępu!'; From cvs w lms.org.pl Thu Mar 11 14:07:54 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:54 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/finances/locale/sk (strings.php) Message-ID: <20100311130754.2D8683027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:54 Author: alec Path: /cvsroot/lms/userpanel/modules/finances/locale/sk Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/finances/locale/sk/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/finances/locale/sk/strings.php diff -u lms/userpanel/modules/finances/locale/sk/strings.php:1.3 lms/userpanel/modules/finances/locale/sk/strings.php:1.4 --- lms/userpanel/modules/finances/locale/sk/strings.php:1.3 Fri May 15 12:56:01 2009 +++ lms/userpanel/modules/finances/locale/sk/strings.php Thu Mar 11 14:07:54 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:01 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:54 alec Exp $ */ $_LANG['$0 dollars $1 cents'] = '$0 EUR $1 cents'; From cvs w lms.org.pl Thu Mar 11 14:07:49 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:49 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules (247 files) Message-ID: <20100311130750.CBA033027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:49 Author: alec Path: /cvsroot/lms/modules Modified: accountadd.php accountdel.php accountedit.php accountinfo.php accountlist.php accountpasswd.php accountsearch.php aliasadd.php aliasdel.php aliasedit.php aliasinfo.php aliaslist.php aliassearch.php balanceadd.php balancedel.php balancelist.php balancenew.php calendar.php cashimport.php cashimportcfg.php cashimportparser.php cashregadd.php cashregdel.php cashregedit.php cashreginfo.php cashreglist.php cashreglogadd.php cashreglogdel.php cashreglogedit.php cashregloginfo.php cashreglogview.php cashsourceadd.php cashsourcedel.php cashsourceedit.php cashsourcelist.php choosecustomer.php chooseip.php choosemac.php choosenode.php chpasswd.php configadd.php configdel.php configedit.php configlist.php configload.php confirm.php copyrights.php customer.inc.php customeradd.php customerassignments.php customerassignmentsedit.php customerbalance.php customerbalanceok.php customercutoffstop.php customerdel.php customeredit.php customergroup.php customergroupadd.php customergroupdel.php customergroupedit.php customergroupinfo.php customergrouplist.php customergroupmove.php customerinfo.php customerinfoshort.php customerlist.php customerprint.php customersearch.php customerwarn.php daemonconfigadd.php daemonconfigdel.php daemonconfigedit.php daemoninstanceadd.php daemoninstancedel.php daemoninstanceedit.php daemoninstancelist.php daemoninstanceview.php dbdel.php dblist.php dbnew.php dbrecover.php dbview.php divisionadd.php divisiondel.php divisionedit.php divisionlist.php documentadd.php documentdel.php documentedit.php documentgen.php documentlist.php documenttypeedit.php documenttypes.php documentview.php domainadd.php domaindel.php domainedit.php domaininfo.php domainlist.php domainsearch.php eventadd.php eventdel.php eventedit.php eventinfo.php eventlist.php eventprint.php eventsearch.php ewxchadd.php ewxchdel.php ewxchedit.php ewxchinfo.php ewxchlist.php export.php exportcfg.php genfake.php hostadd.php hostdel.php hostedit.php hostlist.php invoice.php invoice_pdf.inc.php invoice_pdf.php invoicedel.php invoiceedit.php invoicelist.php invoicenew.php invoicenote.php invoicepaid.php invoicereport.php logout.php messageadd.php messageinfo.php messagelist.php modinfo-sample.php netadd.php netcmp.php netdel.php netdevadd.php netdevdel.php netdevedit.php netdevinfo.php netdevlist.php netdevmap.php netdevsearch.php netedit.php netinfo.php netlist.php netremap.php nodeadd.php nodedel.php nodeedit.php nodegroup.php nodegroupadd.php nodegroupdel.php nodegroupedit.php nodegroupinfo.php nodegrouplist.php nodegroupmove.php nodeinfo.php nodelist.php nodelistshort.php nodeprint.php nodescan.php nodesearch.php nodeset.php nodewarn.php note.php noteadd.php notedel.php noteedit.php notelist.php notepaid.php number.php numberplanadd.php numberplandel.php numberplanedit.php numberplanlist.php paymentadd.php paymentdel.php paymentedit.php paymentinfo.php paymentlist.php print.php quicksearch.php receipt.php receipt_pdf.php receiptadd.php receiptadv.php receiptdel.php receiptedit.php receiptlist.php register.php reload.php rtmessageadd.php rtmessagedel.php rtmessageview.php rtnoteadd.php rtnotedel.php rtprint.php rtqueueadd.php rtqueuedel.php rtqueueedit.php rtqueueinfo.php rtqueuelist.php rtqueueview.php rtsearch.php rtticketadd.php rtticketdel.php rtticketedit.php rtticketinfo.php rtticketprint.php rtticketview.php stateadd.php statedel.php stateedit.php statelist.php tariffadd.php tariffdel.php tariffedit.php tariffinfo.php tarifflist.php tariffmove.php taxrateadd.php taxratedel.php taxrateedit.php taxratelist.php template.php traffic.php trafficdbcompact.php trafficgraph.php trafficprint.php transferforms.php transferforms2.php useradd.php userdel.php useredit.php userinfo.php userlist.php userpanel.php userpasswd.php voipaccountadd.php voipaccountdel.php voipaccountedit.php voipaccountinfo.php voipaccountlist.php voipaccountsearch.php welcome.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/accountadd.php.diff?&r1=1.49&r2=1.50 http://cvs.lms.org.pl/viewvc/Development/lms/modules/accountdel.php.diff?&r1=1.14&r2=1.15 http://cvs.lms.org.pl/viewvc/Development/lms/modules/accountedit.php.diff?&r1=1.47&r2=1.48 http://cvs.lms.org.pl/viewvc/Development/lms/modules/accountinfo.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/accountlist.php.diff?&r1=1.35&r2=1.36 http://cvs.lms.org.pl/viewvc/Development/lms/modules/accountpasswd.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/modules/accountsearch.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/aliasadd.php.diff?&r1=1.28&r2=1.29 http://cvs.lms.org.pl/viewvc/Development/lms/modules/aliasdel.php.diff?&r1=1.13&r2=1.14 http://cvs.lms.org.pl/viewvc/Development/lms/modules/aliasedit.php.diff?&r1=1.13&r2=1.14 http://cvs.lms.org.pl/viewvc/Development/lms/modules/aliasinfo.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/aliaslist.php.diff?&r1=1.29&r2=1.30 http://cvs.lms.org.pl/viewvc/Development/lms/modules/aliassearch.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/modules/balanceadd.php.diff?&r1=1.59&r2=1.60 http://cvs.lms.org.pl/viewvc/Development/lms/modules/balancedel.php.diff?&r1=1.16&r2=1.17 http://cvs.lms.org.pl/viewvc/Development/lms/modules/balancelist.php.diff?&r1=1.62&r2=1.63 http://cvs.lms.org.pl/viewvc/Development/lms/modules/balancenew.php.diff?&r1=1.38&r2=1.39 http://cvs.lms.org.pl/viewvc/Development/lms/modules/calendar.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashimport.php.diff?&r1=1.24&r2=1.25 http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashimportcfg.php.diff?&r1=1.16&r2=1.17 http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashimportparser.php.diff?&r1=1.25&r2=1.26 http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashregadd.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashregdel.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashregedit.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashreginfo.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashreglist.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashreglogadd.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashreglogdel.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashreglogedit.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashregloginfo.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashreglogview.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashsourceadd.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashsourcedel.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashsourceedit.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashsourcelist.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/modules/choosecustomer.php.diff?&r1=1.17&r2=1.18 http://cvs.lms.org.pl/viewvc/Development/lms/modules/chooseip.php.diff?&r1=1.51&r2=1.52 http://cvs.lms.org.pl/viewvc/Development/lms/modules/choosemac.php.diff?&r1=1.30&r2=1.31 http://cvs.lms.org.pl/viewvc/Development/lms/modules/choosenode.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/chpasswd.php.diff?&r1=1.35&r2=1.36 http://cvs.lms.org.pl/viewvc/Development/lms/modules/configadd.php.diff?&r1=1.24&r2=1.25 http://cvs.lms.org.pl/viewvc/Development/lms/modules/configdel.php.diff?&r1=1.12&r2=1.13 http://cvs.lms.org.pl/viewvc/Development/lms/modules/configedit.php.diff?&r1=1.27&r2=1.28 http://cvs.lms.org.pl/viewvc/Development/lms/modules/configlist.php.diff?&r1=1.63&r2=1.64 http://cvs.lms.org.pl/viewvc/Development/lms/modules/configload.php.diff?&r1=1.39&r2=1.40 http://cvs.lms.org.pl/viewvc/Development/lms/modules/confirm.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/modules/copyrights.php.diff?&r1=1.42&r2=1.43 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customer.inc.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customeradd.php.diff?&r1=1.31&r2=1.32 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customerassignments.php.diff?&r1=1.29&r2=1.30 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customerassignmentsedit.php.diff?&r1=1.28&r2=1.29 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customerbalance.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customerbalanceok.php.diff?&r1=1.15&r2=1.16 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customercutoffstop.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customerdel.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customeredit.php.diff?&r1=1.40&r2=1.41 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customergroup.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customergroupadd.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customergroupdel.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customergroupedit.php.diff?&r1=1.12&r2=1.13 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customergroupinfo.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customergrouplist.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customergroupmove.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customerinfo.php.diff?&r1=1.22&r2=1.23 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customerinfoshort.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customerlist.php.diff?&r1=1.12&r2=1.13 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customerprint.php.diff?&r1=1.18&r2=1.19 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customersearch.php.diff?&r1=1.17&r2=1.18 http://cvs.lms.org.pl/viewvc/Development/lms/modules/customerwarn.php.diff?&r1=1.15&r2=1.16 http://cvs.lms.org.pl/viewvc/Development/lms/modules/daemonconfigadd.php.diff?&r1=1.14&r2=1.15 http://cvs.lms.org.pl/viewvc/Development/lms/modules/daemonconfigdel.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/modules/daemonconfigedit.php.diff?&r1=1.15&r2=1.16 http://cvs.lms.org.pl/viewvc/Development/lms/modules/daemoninstanceadd.php.diff?&r1=1.18&r2=1.19 http://cvs.lms.org.pl/viewvc/Development/lms/modules/daemoninstancedel.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/modules/daemoninstanceedit.php.diff?&r1=1.18&r2=1.19 http://cvs.lms.org.pl/viewvc/Development/lms/modules/daemoninstancelist.php.diff?&r1=1.14&r2=1.15 http://cvs.lms.org.pl/viewvc/Development/lms/modules/daemoninstanceview.php.diff?&r1=1.12&r2=1.13 http://cvs.lms.org.pl/viewvc/Development/lms/modules/dbdel.php.diff?&r1=1.40&r2=1.41 http://cvs.lms.org.pl/viewvc/Development/lms/modules/dblist.php.diff?&r1=1.39&r2=1.40 http://cvs.lms.org.pl/viewvc/Development/lms/modules/dbnew.php.diff?&r1=1.33&r2=1.34 http://cvs.lms.org.pl/viewvc/Development/lms/modules/dbrecover.php.diff?&r1=1.53&r2=1.54 http://cvs.lms.org.pl/viewvc/Development/lms/modules/dbview.php.diff?&r1=1.41&r2=1.42 http://cvs.lms.org.pl/viewvc/Development/lms/modules/divisionadd.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/modules/divisiondel.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/modules/divisionedit.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/modules/divisionlist.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/modules/documentadd.php.diff?&r1=1.40&r2=1.41 http://cvs.lms.org.pl/viewvc/Development/lms/modules/documentdel.php.diff?&r1=1.12&r2=1.13 http://cvs.lms.org.pl/viewvc/Development/lms/modules/documentedit.php.diff?&r1=1.18&r2=1.19 http://cvs.lms.org.pl/viewvc/Development/lms/modules/documentgen.php.diff?&r1=1.18&r2=1.19 http://cvs.lms.org.pl/viewvc/Development/lms/modules/documentlist.php.diff?&r1=1.23&r2=1.24 http://cvs.lms.org.pl/viewvc/Development/lms/modules/documenttypeedit.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/modules/documenttypes.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/modules/documentview.php.diff?&r1=1.14&r2=1.15 http://cvs.lms.org.pl/viewvc/Development/lms/modules/domainadd.php.diff?&r1=1.23&r2=1.24 http://cvs.lms.org.pl/viewvc/Development/lms/modules/domaindel.php.diff?&r1=1.14&r2=1.15 http://cvs.lms.org.pl/viewvc/Development/lms/modules/domainedit.php.diff?&r1=1.29&r2=1.30 http://cvs.lms.org.pl/viewvc/Development/lms/modules/domaininfo.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/modules/domainlist.php.diff?&r1=1.30&r2=1.31 http://cvs.lms.org.pl/viewvc/Development/lms/modules/domainsearch.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/modules/eventadd.php.diff?&r1=1.25&r2=1.26 http://cvs.lms.org.pl/viewvc/Development/lms/modules/eventdel.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/modules/eventedit.php.diff?&r1=1.19&r2=1.20 http://cvs.lms.org.pl/viewvc/Development/lms/modules/eventinfo.php.diff?&r1=1.15&r2=1.16 http://cvs.lms.org.pl/viewvc/Development/lms/modules/eventlist.php.diff?&r1=1.23&r2=1.24 http://cvs.lms.org.pl/viewvc/Development/lms/modules/eventprint.php.diff?&r1=1.19&r2=1.20 http://cvs.lms.org.pl/viewvc/Development/lms/modules/eventsearch.php.diff?&r1=1.20&r2=1.21 http://cvs.lms.org.pl/viewvc/Development/lms/modules/ewxchadd.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/modules/ewxchdel.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/modules/ewxchedit.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/modules/ewxchinfo.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/modules/ewxchlist.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/modules/export.php.diff?&r1=1.12&r2=1.13 http://cvs.lms.org.pl/viewvc/Development/lms/modules/exportcfg.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/modules/genfake.php.diff?&r1=1.76&r2=1.77 http://cvs.lms.org.pl/viewvc/Development/lms/modules/hostadd.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/modules/hostdel.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/modules/hostedit.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/modules/hostlist.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/modules/invoice.php.diff?&r1=1.81&r2=1.82 http://cvs.lms.org.pl/viewvc/Development/lms/modules/invoice_pdf.inc.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/modules/invoice_pdf.php.diff?&r1=1.93&r2=1.94 http://cvs.lms.org.pl/viewvc/Development/lms/modules/invoicedel.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/modules/invoiceedit.php.diff?&r1=1.34&r2=1.35 http://cvs.lms.org.pl/viewvc/Development/lms/modules/invoicelist.php.diff?&r1=1.63&r2=1.64 http://cvs.lms.org.pl/viewvc/Development/lms/modules/invoicenew.php.diff?&r1=1.79&r2=1.80 http://cvs.lms.org.pl/viewvc/Development/lms/modules/invoicenote.php.diff?&r1=1.41&r2=1.42 http://cvs.lms.org.pl/viewvc/Development/lms/modules/invoicepaid.php.diff?&r1=1.31&r2=1.32 http://cvs.lms.org.pl/viewvc/Development/lms/modules/invoicereport.php.diff?&r1=1.44&r2=1.45 http://cvs.lms.org.pl/viewvc/Development/lms/modules/logout.php.diff?&r1=1.34&r2=1.35 http://cvs.lms.org.pl/viewvc/Development/lms/modules/messageadd.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/modules/messageinfo.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/messagelist.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/modules/modinfo-sample.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/modules/netadd.php.diff?&r1=1.53&r2=1.54 http://cvs.lms.org.pl/viewvc/Development/lms/modules/netcmp.php.diff?&r1=1.37&r2=1.38 http://cvs.lms.org.pl/viewvc/Development/lms/modules/netdel.php.diff?&r1=1.37&r2=1.38 http://cvs.lms.org.pl/viewvc/Development/lms/modules/netdevadd.php.diff?&r1=1.29&r2=1.30 http://cvs.lms.org.pl/viewvc/Development/lms/modules/netdevdel.php.diff?&r1=1.26&r2=1.27 http://cvs.lms.org.pl/viewvc/Development/lms/modules/netdevedit.php.diff?&r1=1.68&r2=1.69 http://cvs.lms.org.pl/viewvc/Development/lms/modules/netdevinfo.php.diff?&r1=1.32&r2=1.33 http://cvs.lms.org.pl/viewvc/Development/lms/modules/netdevlist.php.diff?&r1=1.25&r2=1.26 http://cvs.lms.org.pl/viewvc/Development/lms/modules/netdevmap.php.diff?&r1=1.64&r2=1.65 http://cvs.lms.org.pl/viewvc/Development/lms/modules/netdevsearch.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/netedit.php.diff?&r1=1.61&r2=1.62 http://cvs.lms.org.pl/viewvc/Development/lms/modules/netinfo.php.diff?&r1=1.43&r2=1.44 http://cvs.lms.org.pl/viewvc/Development/lms/modules/netlist.php.diff?&r1=1.38&r2=1.39 http://cvs.lms.org.pl/viewvc/Development/lms/modules/netremap.php.diff?&r1=1.35&r2=1.36 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodeadd.php.diff?&r1=1.90&r2=1.91 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodedel.php.diff?&r1=1.41&r2=1.42 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodeedit.php.diff?&r1=1.109&r2=1.110 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodegroup.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodegroupadd.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodegroupdel.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodegroupedit.php.diff?&r1=1.7&r2=1.8 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodegroupinfo.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodegrouplist.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodegroupmove.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodeinfo.php.diff?&r1=1.69&r2=1.70 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodelist.php.diff?&r1=1.49&r2=1.50 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodelistshort.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodeprint.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodescan.php.diff?&r1=1.32&r2=1.33 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodesearch.php.diff?&r1=1.43&r2=1.44 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodeset.php.diff?&r1=1.37&r2=1.38 http://cvs.lms.org.pl/viewvc/Development/lms/modules/nodewarn.php.diff?&r1=1.29&r2=1.30 http://cvs.lms.org.pl/viewvc/Development/lms/modules/note.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/modules/noteadd.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/modules/notedel.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/modules/noteedit.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/modules/notelist.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/modules/notepaid.php.diff?&r1=1.1&r2=1.2 http://cvs.lms.org.pl/viewvc/Development/lms/modules/number.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/modules/numberplanadd.php.diff?&r1=1.13&r2=1.14 http://cvs.lms.org.pl/viewvc/Development/lms/modules/numberplandel.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/modules/numberplanedit.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/modules/numberplanlist.php.diff?&r1=1.13&r2=1.14 http://cvs.lms.org.pl/viewvc/Development/lms/modules/paymentadd.php.diff?&r1=1.22&r2=1.23 http://cvs.lms.org.pl/viewvc/Development/lms/modules/paymentdel.php.diff?&r1=1.13&r2=1.14 http://cvs.lms.org.pl/viewvc/Development/lms/modules/paymentedit.php.diff?&r1=1.24&r2=1.25 http://cvs.lms.org.pl/viewvc/Development/lms/modules/paymentinfo.php.diff?&r1=1.18&r2=1.19 http://cvs.lms.org.pl/viewvc/Development/lms/modules/paymentlist.php.diff?&r1=1.16&r2=1.17 http://cvs.lms.org.pl/viewvc/Development/lms/modules/print.php.diff?&r1=1.134&r2=1.135 http://cvs.lms.org.pl/viewvc/Development/lms/modules/quicksearch.php.diff?&r1=1.64&r2=1.65 http://cvs.lms.org.pl/viewvc/Development/lms/modules/receipt.php.diff?&r1=1.22&r2=1.23 http://cvs.lms.org.pl/viewvc/Development/lms/modules/receipt_pdf.php.diff?&r1=1.12&r2=1.13 http://cvs.lms.org.pl/viewvc/Development/lms/modules/receiptadd.php.diff?&r1=1.63&r2=1.64 http://cvs.lms.org.pl/viewvc/Development/lms/modules/receiptadv.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/modules/receiptdel.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/modules/receiptedit.php.diff?&r1=1.39&r2=1.40 http://cvs.lms.org.pl/viewvc/Development/lms/modules/receiptlist.php.diff?&r1=1.26&r2=1.27 http://cvs.lms.org.pl/viewvc/Development/lms/modules/register.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/modules/reload.php.diff?&r1=1.51&r2=1.52 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtmessageadd.php.diff?&r1=1.65&r2=1.66 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtmessagedel.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtmessageview.php.diff?&r1=1.28&r2=1.29 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtnoteadd.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtnotedel.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtprint.php.diff?&r1=1.14&r2=1.15 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtqueueadd.php.diff?&r1=1.28&r2=1.29 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtqueuedel.php.diff?&r1=1.22&r2=1.23 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtqueueedit.php.diff?&r1=1.18&r2=1.19 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtqueueinfo.php.diff?&r1=1.14&r2=1.15 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtqueuelist.php.diff?&r1=1.15&r2=1.16 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtqueueview.php.diff?&r1=1.49&r2=1.50 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtsearch.php.diff?&r1=1.46&r2=1.47 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtticketadd.php.diff?&r1=1.50&r2=1.51 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtticketdel.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtticketedit.php.diff?&r1=1.36&r2=1.37 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtticketinfo.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtticketprint.php.diff?&r1=1.19&r2=1.20 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtticketview.php.diff?&r1=1.40&r2=1.41 http://cvs.lms.org.pl/viewvc/Development/lms/modules/stateadd.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/modules/statedel.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/modules/stateedit.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/modules/statelist.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/modules/tariffadd.php.diff?&r1=1.64&r2=1.65 http://cvs.lms.org.pl/viewvc/Development/lms/modules/tariffdel.php.diff?&r1=1.6&r2=1.7 http://cvs.lms.org.pl/viewvc/Development/lms/modules/tariffedit.php.diff?&r1=1.51&r2=1.52 http://cvs.lms.org.pl/viewvc/Development/lms/modules/tariffinfo.php.diff?&r1=1.37&r2=1.38 http://cvs.lms.org.pl/viewvc/Development/lms/modules/tarifflist.php.diff?&r1=1.40&r2=1.41 http://cvs.lms.org.pl/viewvc/Development/lms/modules/tariffmove.php.diff?&r1=1.29&r2=1.30 http://cvs.lms.org.pl/viewvc/Development/lms/modules/taxrateadd.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/modules/taxratedel.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/modules/taxrateedit.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/modules/taxratelist.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/modules/template.php.diff?&r1=1.31&r2=1.32 http://cvs.lms.org.pl/viewvc/Development/lms/modules/traffic.php.diff?&r1=1.54&r2=1.55 http://cvs.lms.org.pl/viewvc/Development/lms/modules/trafficdbcompact.php.diff?&r1=1.31&r2=1.32 http://cvs.lms.org.pl/viewvc/Development/lms/modules/trafficgraph.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/modules/trafficprint.php.diff?&r1=1.14&r2=1.15 http://cvs.lms.org.pl/viewvc/Development/lms/modules/transferforms.php.diff?&r1=1.23&r2=1.24 http://cvs.lms.org.pl/viewvc/Development/lms/modules/transferforms2.php.diff?&r1=1.23&r2=1.24 http://cvs.lms.org.pl/viewvc/Development/lms/modules/useradd.php.diff?&r1=1.78&r2=1.79 http://cvs.lms.org.pl/viewvc/Development/lms/modules/userdel.php.diff?&r1=1.41&r2=1.42 http://cvs.lms.org.pl/viewvc/Development/lms/modules/useredit.php.diff?&r1=1.98&r2=1.99 http://cvs.lms.org.pl/viewvc/Development/lms/modules/userinfo.php.diff?&r1=1.55&r2=1.56 http://cvs.lms.org.pl/viewvc/Development/lms/modules/userlist.php.diff?&r1=1.60&r2=1.61 http://cvs.lms.org.pl/viewvc/Development/lms/modules/userpanel.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/modules/userpasswd.php.diff?&r1=1.9&r2=1.10 http://cvs.lms.org.pl/viewvc/Development/lms/modules/voipaccountadd.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/modules/voipaccountdel.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/modules/voipaccountedit.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/modules/voipaccountinfo.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/modules/voipaccountlist.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/modules/voipaccountsearch.php.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/modules/welcome.php.diff?&r1=1.57&r2=1.58 Index: lms/modules/accountadd.php diff -u lms/modules/accountadd.php:1.49 lms/modules/accountadd.php:1.50 --- lms/modules/accountadd.php:1.49 Fri Dec 18 13:21:58 2009 +++ lms/modules/accountadd.php Thu Mar 11 14:07:43 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: accountadd.php,v 1.49 2009/12/18 12:21:58 alec Exp $ + * $Id: accountadd.php,v 1.50 2010/03/11 13:07:43 alec Exp $ */ /* Index: lms/modules/accountdel.php diff -u lms/modules/accountdel.php:1.14 lms/modules/accountdel.php:1.15 --- lms/modules/accountdel.php:1.14 Tue Jan 13 08:45:47 2009 +++ lms/modules/accountdel.php Thu Mar 11 14:07:43 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: accountdel.php,v 1.14 2009/01/13 07:45:47 alec Exp $ + * $Id: accountdel.php,v 1.15 2010/03/11 13:07:43 alec Exp $ */ $id = $_GET['id']; Index: lms/modules/accountedit.php diff -u lms/modules/accountedit.php:1.47 lms/modules/accountedit.php:1.48 --- lms/modules/accountedit.php:1.47 Fri Dec 18 13:21:58 2009 +++ lms/modules/accountedit.php Thu Mar 11 14:07:43 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: accountedit.php,v 1.47 2009/12/18 12:21:58 alec Exp $ + * $Id: accountedit.php,v 1.48 2010/03/11 13:07:43 alec Exp $ */ $id = intval($_GET['id']); Index: lms/modules/accountinfo.php diff -u lms/modules/accountinfo.php:1.5 lms/modules/accountinfo.php:1.6 --- lms/modules/accountinfo.php:1.5 Tue Jan 13 08:45:47 2009 +++ lms/modules/accountinfo.php Thu Mar 11 14:07:43 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: accountinfo.php,v 1.5 2009/01/13 07:45:47 alec Exp $ + * $Id: accountinfo.php,v 1.6 2010/03/11 13:07:43 alec Exp $ */ // LEFT join with domains for bckward compat. Index: lms/modules/accountlist.php diff -u lms/modules/accountlist.php:1.35 lms/modules/accountlist.php:1.36 --- lms/modules/accountlist.php:1.35 Thu Oct 1 09:23:54 2009 +++ lms/modules/accountlist.php Thu Mar 11 14:07:43 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: accountlist.php,v 1.35 2009/10/01 07:23:54 alec Exp $ + * $Id: accountlist.php,v 1.36 2010/03/11 13:07:43 alec Exp $ */ function GetAccountList($order='login,asc', $customer=NULL, $type=NULL, $kind=NULL, $domain='') Index: lms/modules/accountpasswd.php diff -u lms/modules/accountpasswd.php:1.2 lms/modules/accountpasswd.php:1.3 --- lms/modules/accountpasswd.php:1.2 Tue Jan 13 08:45:47 2009 +++ lms/modules/accountpasswd.php Thu Mar 11 14:07:43 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: accountpasswd.php,v 1.2 2009/01/13 07:45:47 alec Exp $ + * $Id: accountpasswd.php,v 1.3 2010/03/11 13:07:43 alec Exp $ */ $id = intval($_GET['id']); Index: lms/modules/accountsearch.php diff -u lms/modules/accountsearch.php:1.5 lms/modules/accountsearch.php:1.6 --- lms/modules/accountsearch.php:1.5 Thu Oct 1 09:23:55 2009 +++ lms/modules/accountsearch.php Thu Mar 11 14:07:43 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: accountsearch.php,v 1.5 2009/10/01 07:23:55 alec Exp $ + * $Id: accountsearch.php,v 1.6 2010/03/11 13:07:43 alec Exp $ */ function GetAccountList($order='login,asc', $search, $customer=NULL, $type=NULL, $kind=NULL, $domain='') Index: lms/modules/aliasadd.php diff -u lms/modules/aliasadd.php:1.28 lms/modules/aliasadd.php:1.29 --- lms/modules/aliasadd.php:1.28 Thu Sep 17 18:01:04 2009 +++ lms/modules/aliasadd.php Thu Mar 11 14:07:43 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: aliasadd.php,v 1.28 2009/09/17 16:01:04 chilek Exp $ + * $Id: aliasadd.php,v 1.29 2010/03/11 13:07:43 alec Exp $ */ function AliasExists($login, $domain) Index: lms/modules/aliasdel.php diff -u lms/modules/aliasdel.php:1.13 lms/modules/aliasdel.php:1.14 --- lms/modules/aliasdel.php:1.13 Tue Jan 13 08:45:47 2009 +++ lms/modules/aliasdel.php Thu Mar 11 14:07:43 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: aliasdel.php,v 1.13 2009/01/13 07:45:47 alec Exp $ + * $Id: aliasdel.php,v 1.14 2010/03/11 13:07:43 alec Exp $ */ $id = $_GET['id']; Index: lms/modules/aliasedit.php diff -u lms/modules/aliasedit.php:1.13 lms/modules/aliasedit.php:1.14 --- lms/modules/aliasedit.php:1.13 Tue Oct 27 14:18:17 2009 +++ lms/modules/aliasedit.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: aliasedit.php,v 1.13 2009/10/27 13:18:17 alec Exp $ + * $Id: aliasedit.php,v 1.14 2010/03/11 13:07:44 alec Exp $ */ function AliasExists($login, $domain) Index: lms/modules/aliasinfo.php diff -u lms/modules/aliasinfo.php:1.5 lms/modules/aliasinfo.php:1.6 --- lms/modules/aliasinfo.php:1.5 Tue Oct 27 14:18:17 2009 +++ lms/modules/aliasinfo.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: aliasinfo.php,v 1.5 2009/10/27 13:18:17 alec Exp $ + * $Id: aliasinfo.php,v 1.6 2010/03/11 13:07:44 alec Exp $ */ $alias = $DB->GetRow('SELECT a.id, a.login, a.domainid, d.name AS domain Index: lms/modules/aliaslist.php diff -u lms/modules/aliaslist.php:1.29 lms/modules/aliaslist.php:1.30 --- lms/modules/aliaslist.php:1.29 Tue Oct 27 14:18:17 2009 +++ lms/modules/aliaslist.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: aliaslist.php,v 1.29 2009/10/27 13:18:17 alec Exp $ + * $Id: aliaslist.php,v 1.30 2010/03/11 13:07:44 alec Exp $ */ function GetAliasList($order='login,asc', $customer=NULL, $domain='') Index: lms/modules/aliassearch.php diff -u lms/modules/aliassearch.php:1.3 lms/modules/aliassearch.php:1.4 --- lms/modules/aliassearch.php:1.3 Thu Oct 1 09:23:55 2009 +++ lms/modules/aliassearch.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: aliassearch.php,v 1.3 2009/10/01 07:23:55 alec Exp $ + * $Id: aliassearch.php,v 1.4 2010/03/11 13:07:44 alec Exp $ */ function GetAliasList($order='login,asc', $search, $customer='', $domain='') Index: lms/modules/balanceadd.php diff -u lms/modules/balanceadd.php:1.59 lms/modules/balanceadd.php:1.60 --- lms/modules/balanceadd.php:1.59 Thu Jun 18 10:58:40 2009 +++ lms/modules/balanceadd.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: balanceadd.php,v 1.59 2009/06/18 08:58:40 alec Exp $ + * $Id: balanceadd.php,v 1.60 2010/03/11 13:07:44 alec Exp $ */ $addbalance = $_POST['addbalance']; Index: lms/modules/balancedel.php diff -u lms/modules/balancedel.php:1.16 lms/modules/balancedel.php:1.17 --- lms/modules/balancedel.php:1.16 Mon Aug 24 15:21:50 2009 +++ lms/modules/balancedel.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: balancedel.php,v 1.16 2009/08/24 13:21:50 alec Exp $ + * $Id: balancedel.php,v 1.17 2010/03/11 13:07:44 alec Exp $ */ if(!empty($_GET['id'])) Index: lms/modules/balancelist.php diff -u lms/modules/balancelist.php:1.62 lms/modules/balancelist.php:1.63 --- lms/modules/balancelist.php:1.62 Thu Oct 1 09:23:55 2009 +++ lms/modules/balancelist.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: balancelist.php,v 1.62 2009/10/01 07:23:55 alec Exp $ + * $Id: balancelist.php,v 1.63 2010/03/11 13:07:44 alec Exp $ */ function GetBalanceList($search=NULL, $cat=NULL, $group=NULL, $pagelimit=100, $page=NULL, $from, $to) Index: lms/modules/balancenew.php diff -u lms/modules/balancenew.php:1.38 lms/modules/balancenew.php:1.39 --- lms/modules/balancenew.php:1.38 Sat Jun 6 19:40:56 2009 +++ lms/modules/balancenew.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: balancenew.php,v 1.38 2009/06/06 17:40:56 alec Exp $ + * $Id: balancenew.php,v 1.39 2010/03/11 13:07:44 alec Exp $ */ $layout['pagetitle'] = trans('New Balance'); Index: lms/modules/calendar.php diff -u lms/modules/calendar.php:1.9 lms/modules/calendar.php:1.10 --- lms/modules/calendar.php:1.9 Tue Jan 13 08:45:47 2009 +++ lms/modules/calendar.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: calendar.php,v 1.9 2009/01/13 07:45:47 alec Exp $ + * $Id: calendar.php,v 1.10 2010/03/11 13:07:44 alec Exp $ */ for($i=4; $i<11; $i++) $weekdays[] = strftime('%a', $i*86400); Index: lms/modules/cashimport.php diff -u lms/modules/cashimport.php:1.24 lms/modules/cashimport.php:1.25 --- lms/modules/cashimport.php:1.24 Sat Jun 6 19:40:56 2009 +++ lms/modules/cashimport.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashimport.php,v 1.24 2009/06/06 17:40:56 alec Exp $ + * $Id: cashimport.php,v 1.25 2010/03/11 13:07:44 alec Exp $ */ $layout['pagetitle'] = trans('Cash Operations Import'); Index: lms/modules/cashimportcfg.php diff -u lms/modules/cashimportcfg.php:1.16 lms/modules/cashimportcfg.php:1.17 --- lms/modules/cashimportcfg.php:1.16 Sat Jun 6 19:40:56 2009 +++ lms/modules/cashimportcfg.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashimportcfg.php,v 1.16 2009/06/06 17:40:56 alec Exp $ + * $Id: cashimportcfg.php,v 1.17 2010/03/11 13:07:44 alec Exp $ */ $patterns[] = array( Index: lms/modules/cashimportparser.php diff -u lms/modules/cashimportparser.php:1.25 lms/modules/cashimportparser.php:1.26 --- lms/modules/cashimportparser.php:1.25 Sat Jun 6 19:40:56 2009 +++ lms/modules/cashimportparser.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashimportparser.php,v 1.25 2009/06/06 17:40:56 alec Exp $ + * $Id: cashimportparser.php,v 1.26 2010/03/11 13:07:44 alec Exp $ */ include(!empty($CONFIG['phpui']['import_config']) ? $CONFIG['phpui']['import_config'] : 'cashimportcfg.php'); Index: lms/modules/cashregadd.php diff -u lms/modules/cashregadd.php:1.10 lms/modules/cashregadd.php:1.11 --- lms/modules/cashregadd.php:1.10 Tue Jan 13 08:45:48 2009 +++ lms/modules/cashregadd.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashregadd.php,v 1.10 2009/01/13 07:45:48 alec Exp $ + * $Id: cashregadd.php,v 1.11 2010/03/11 13:07:44 alec Exp $ */ if(isset($_POST['registry'])) Index: lms/modules/cashregdel.php diff -u lms/modules/cashregdel.php:1.7 lms/modules/cashregdel.php:1.8 --- lms/modules/cashregdel.php:1.7 Tue Jan 13 08:45:48 2009 +++ lms/modules/cashregdel.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashregdel.php,v 1.7 2009/01/13 07:45:48 alec Exp $ + * $Id: cashregdel.php,v 1.8 2010/03/11 13:07:44 alec Exp $ */ $name = $DB->GetOne('SELECT name FROM cashregs WHERE id=?', array($_GET['id'])); Index: lms/modules/cashregedit.php diff -u lms/modules/cashregedit.php:1.9 lms/modules/cashregedit.php:1.10 --- lms/modules/cashregedit.php:1.9 Tue Jan 13 08:45:48 2009 +++ lms/modules/cashregedit.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashregedit.php,v 1.9 2009/01/13 07:45:48 alec Exp $ + * $Id: cashregedit.php,v 1.10 2010/03/11 13:07:44 alec Exp $ */ $id = intval($_GET['id']); Index: lms/modules/cashreginfo.php diff -u lms/modules/cashreginfo.php:1.7 lms/modules/cashreginfo.php:1.8 --- lms/modules/cashreginfo.php:1.7 Tue Jan 13 08:45:48 2009 +++ lms/modules/cashreginfo.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashreginfo.php,v 1.7 2009/01/13 07:45:48 alec Exp $ + * $Id: cashreginfo.php,v 1.8 2010/03/11 13:07:44 alec Exp $ */ Index: lms/modules/cashreglist.php diff -u lms/modules/cashreglist.php:1.9 lms/modules/cashreglist.php:1.10 --- lms/modules/cashreglist.php:1.9 Tue Jan 13 08:45:48 2009 +++ lms/modules/cashreglist.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashreglist.php,v 1.9 2009/01/13 07:45:48 alec Exp $ + * $Id: cashreglist.php,v 1.10 2010/03/11 13:07:44 alec Exp $ */ $layout['pagetitle'] = trans('Cash Registries List'); Index: lms/modules/cashreglogadd.php diff -u lms/modules/cashreglogadd.php:1.8 lms/modules/cashreglogadd.php:1.9 --- lms/modules/cashreglogadd.php:1.8 Thu Jun 18 10:58:40 2009 +++ lms/modules/cashreglogadd.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashreglogadd.php,v 1.8 2009/06/18 08:58:40 alec Exp $ + * $Id: cashreglogadd.php,v 1.9 2010/03/11 13:07:44 alec Exp $ */ $regid = isset($_GET['regid']) ? $_GET['regid'] : 0; Index: lms/modules/cashreglogdel.php diff -u lms/modules/cashreglogdel.php:1.7 lms/modules/cashreglogdel.php:1.8 --- lms/modules/cashreglogdel.php:1.7 Tue Jan 13 08:45:48 2009 +++ lms/modules/cashreglogdel.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashreglogdel.php,v 1.7 2009/01/13 07:45:48 alec Exp $ + * $Id: cashreglogdel.php,v 1.8 2010/03/11 13:07:44 alec Exp $ */ if(isset($_GET['is_sure'])) Index: lms/modules/cashreglogedit.php diff -u lms/modules/cashreglogedit.php:1.8 lms/modules/cashreglogedit.php:1.9 --- lms/modules/cashreglogedit.php:1.8 Thu Jun 18 10:58:40 2009 +++ lms/modules/cashreglogedit.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashreglogedit.php,v 1.8 2009/06/18 08:58:40 alec Exp $ + * $Id: cashreglogedit.php,v 1.9 2010/03/11 13:07:44 alec Exp $ */ $reglog = $DB->GetRow('SELECT * FROM cashreglog WHERE id = ?', array(intval($_GET['id']))); Index: lms/modules/cashregloginfo.php diff -u lms/modules/cashregloginfo.php:1.6 lms/modules/cashregloginfo.php:1.7 --- lms/modules/cashregloginfo.php:1.6 Tue Jan 13 08:45:48 2009 +++ lms/modules/cashregloginfo.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashregloginfo.php,v 1.6 2009/01/13 07:45:48 alec Exp $ + * $Id: cashregloginfo.php,v 1.7 2010/03/11 13:07:44 alec Exp $ */ $reglog = $DB->GetRow('SELECT l.*, users.name AS username Index: lms/modules/cashreglogview.php diff -u lms/modules/cashreglogview.php:1.5 lms/modules/cashreglogview.php:1.6 --- lms/modules/cashreglogview.php:1.5 Tue Jan 13 08:45:48 2009 +++ lms/modules/cashreglogview.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashreglogview.php,v 1.5 2009/01/13 07:45:48 alec Exp $ + * $Id: cashreglogview.php,v 1.6 2010/03/11 13:07:44 alec Exp $ */ function GetCashLog($order='time,asc', $regid=0) Index: lms/modules/cashsourceadd.php diff -u lms/modules/cashsourceadd.php:1.1 lms/modules/cashsourceadd.php:1.2 --- lms/modules/cashsourceadd.php:1.1 Sat Jun 6 19:40:56 2009 +++ lms/modules/cashsourceadd.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashsourceadd.php,v 1.1 2009/06/06 17:40:56 alec Exp $ + * $Id: cashsourceadd.php,v 1.2 2010/03/11 13:07:44 alec Exp $ */ $sourceadd = isset($_POST['sourceadd']) ? $_POST['sourceadd'] : NULL; Index: lms/modules/cashsourcedel.php diff -u lms/modules/cashsourcedel.php:1.1 lms/modules/cashsourcedel.php:1.2 --- lms/modules/cashsourcedel.php:1.1 Sat Jun 6 19:40:56 2009 +++ lms/modules/cashsourcedel.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashsourcedel.php,v 1.1 2009/06/06 17:40:56 alec Exp $ + * $Id: cashsourcedel.php,v 1.2 2010/03/11 13:07:44 alec Exp $ */ $id = $_GET['id']; Index: lms/modules/cashsourceedit.php diff -u lms/modules/cashsourceedit.php:1.1 lms/modules/cashsourceedit.php:1.2 --- lms/modules/cashsourceedit.php:1.1 Sat Jun 6 19:40:56 2009 +++ lms/modules/cashsourceedit.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashsourceedit.php,v 1.1 2009/06/06 17:40:56 alec Exp $ + * $Id: cashsourceedit.php,v 1.2 2010/03/11 13:07:44 alec Exp $ */ $source = $DB->GetRow('SELECT id, name, description FROM cashsources WHERE id=?', array($_GET['id'])); Index: lms/modules/cashsourcelist.php diff -u lms/modules/cashsourcelist.php:1.1 lms/modules/cashsourcelist.php:1.2 --- lms/modules/cashsourcelist.php:1.1 Sat Jun 6 19:40:56 2009 +++ lms/modules/cashsourcelist.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashsourcelist.php,v 1.1 2009/06/06 17:40:56 alec Exp $ + * $Id: cashsourcelist.php,v 1.2 2010/03/11 13:07:44 alec Exp $ */ function GetSourceList() Index: lms/modules/choosecustomer.php diff -u lms/modules/choosecustomer.php:1.17 lms/modules/choosecustomer.php:1.18 --- lms/modules/choosecustomer.php:1.17 Thu Oct 1 09:23:55 2009 +++ lms/modules/choosecustomer.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: choosecustomer.php,v 1.17 2009/10/01 07:23:55 alec Exp $ + * $Id: choosecustomer.php,v 1.18 2010/03/11 13:07:44 alec Exp $ */ $layout['pagetitle'] = trans('Select customer'); Index: lms/modules/chooseip.php diff -u lms/modules/chooseip.php:1.51 lms/modules/chooseip.php:1.52 --- lms/modules/chooseip.php:1.51 Wed Apr 1 11:00:17 2009 +++ lms/modules/chooseip.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: chooseip.php,v 1.51 2009/04/01 09:00:17 ceho Exp $ + * $Id: chooseip.php,v 1.52 2010/03/11 13:07:44 alec Exp $ */ $layout['pagetitle'] = trans('Select IP address'); Index: lms/modules/choosemac.php diff -u lms/modules/choosemac.php:1.30 lms/modules/choosemac.php:1.31 --- lms/modules/choosemac.php:1.30 Thu Jun 18 10:58:40 2009 +++ lms/modules/choosemac.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: choosemac.php,v 1.30 2009/06/18 08:58:40 alec Exp $ + * $Id: choosemac.php,v 1.31 2010/03/11 13:07:44 alec Exp $ */ $layout['pagetitle'] = trans('Select MAC address'); Index: lms/modules/choosenode.php diff -u lms/modules/choosenode.php:1.5 lms/modules/choosenode.php:1.6 --- lms/modules/choosenode.php:1.5 Tue Jan 13 08:45:48 2009 +++ lms/modules/choosenode.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: choosenode.php,v 1.5 2009/01/13 07:45:48 alec Exp $ + * $Id: choosenode.php,v 1.6 2010/03/11 13:07:44 alec Exp $ */ $layout['pagetitle'] = trans('Select node'); Index: lms/modules/chpasswd.php diff -u lms/modules/chpasswd.php:1.35 lms/modules/chpasswd.php:1.36 --- lms/modules/chpasswd.php:1.35 Tue Jan 13 08:45:48 2009 +++ lms/modules/chpasswd.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: chpasswd.php,v 1.35 2009/01/13 07:45:48 alec Exp $ + * $Id: chpasswd.php,v 1.36 2010/03/11 13:07:44 alec Exp $ */ $id = $AUTH->id; Index: lms/modules/configadd.php diff -u lms/modules/configadd.php:1.24 lms/modules/configadd.php:1.25 --- lms/modules/configadd.php:1.24 Thu Jun 18 10:58:40 2009 +++ lms/modules/configadd.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: configadd.php,v 1.24 2009/06/18 08:58:40 alec Exp $ + * $Id: configadd.php,v 1.25 2010/03/11 13:07:44 alec Exp $ */ $layout['pagetitle'] = trans('New Config Option'); Index: lms/modules/configdel.php diff -u lms/modules/configdel.php:1.12 lms/modules/configdel.php:1.13 --- lms/modules/configdel.php:1.12 Tue Jan 13 08:45:48 2009 +++ lms/modules/configdel.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: configdel.php,v 1.12 2009/01/13 07:45:48 alec Exp $ + * $Id: configdel.php,v 1.13 2010/03/11 13:07:44 alec Exp $ */ $id = $_GET['id']; Index: lms/modules/configedit.php diff -u lms/modules/configedit.php:1.27 lms/modules/configedit.php:1.28 --- lms/modules/configedit.php:1.27 Thu Jun 18 10:58:40 2009 +++ lms/modules/configedit.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: configedit.php,v 1.27 2009/06/18 08:58:40 alec Exp $ + * $Id: configedit.php,v 1.28 2010/03/11 13:07:44 alec Exp $ */ function ConfigOptionExists($id) Index: lms/modules/configlist.php diff -u lms/modules/configlist.php:1.63 lms/modules/configlist.php:1.64 --- lms/modules/configlist.php:1.63 Wed Mar 10 14:08:32 2010 +++ lms/modules/configlist.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: configlist.php,v 1.63 2010/03/10 13:08:32 alec Exp $ + * $Id: configlist.php,v 1.64 2010/03/11 13:07:44 alec Exp $ */ function GetConfigList($order='var,asc', $section='') Index: lms/modules/configload.php diff -u lms/modules/configload.php:1.39 lms/modules/configload.php:1.40 --- lms/modules/configload.php:1.39 Sun Feb 21 19:27:57 2010 +++ lms/modules/configload.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: configload.php,v 1.39 2010/02/21 18:27:57 alec Exp $ + * $Id: configload.php,v 1.40 2010/03/11 13:07:44 alec Exp $ */ $SESSION->restore('conls', $section); Index: lms/modules/confirm.php diff -u lms/modules/confirm.php:1.11 lms/modules/confirm.php:1.12 --- lms/modules/confirm.php:1.11 Tue Jan 13 08:45:48 2009 +++ lms/modules/confirm.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: confirm.php,v 1.11 2009/01/13 07:45:48 alec Exp $ + * $Id: confirm.php,v 1.12 2010/03/11 13:07:44 alec Exp $ */ $layout['pagetitle'] = trans('Question'); Index: lms/modules/copyrights.php diff -u lms/modules/copyrights.php:1.42 lms/modules/copyrights.php:1.43 --- lms/modules/copyrights.php:1.42 Tue Jan 13 08:45:48 2009 +++ lms/modules/copyrights.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: copyrights.php,v 1.42 2009/01/13 07:45:48 alec Exp $ + * $Id: copyrights.php,v 1.43 2010/03/11 13:07:44 alec Exp $ */ $layout['pagetitle'] = trans('Copyrights'); Index: lms/modules/customer.inc.php diff -u lms/modules/customer.inc.php:1.5 lms/modules/customer.inc.php:1.6 --- lms/modules/customer.inc.php:1.5 Thu Mar 11 14:06:19 2010 +++ lms/modules/customer.inc.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customer.inc.php,v 1.5 2010/03/11 13:06:19 alec Exp $ + * $Id: customer.inc.php,v 1.6 2010/03/11 13:07:44 alec Exp $ */ if($layout['module'] != 'customeredit') Index: lms/modules/customeradd.php diff -u lms/modules/customeradd.php:1.31 lms/modules/customeradd.php:1.32 --- lms/modules/customeradd.php:1.31 Thu Jun 18 10:58:40 2009 +++ lms/modules/customeradd.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customeradd.php,v 1.31 2009/06/18 08:58:40 alec Exp $ + * $Id: customeradd.php,v 1.32 2010/03/11 13:07:44 alec Exp $ */ if(isset($_GET['ajax'])) Index: lms/modules/customerassignments.php diff -u lms/modules/customerassignments.php:1.29 lms/modules/customerassignments.php:1.30 --- lms/modules/customerassignments.php:1.29 Thu Jun 18 10:58:40 2009 +++ lms/modules/customerassignments.php Thu Mar 11 14:07:44 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customerassignments.php,v 1.29 2009/06/18 08:58:40 alec Exp $ + * $Id: customerassignments.php,v 1.30 2010/03/11 13:07:44 alec Exp $ */ if($LMS->CustomerExists($_GET['id']) !== TRUE) Index: lms/modules/customerassignmentsedit.php diff -u lms/modules/customerassignmentsedit.php:1.28 lms/modules/customerassignmentsedit.php:1.29 --- lms/modules/customerassignmentsedit.php:1.28 Thu Jun 18 10:58:40 2009 +++ lms/modules/customerassignmentsedit.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customerassignmentsedit.php,v 1.28 2009/06/18 08:58:40 alec Exp $ + * $Id: customerassignmentsedit.php,v 1.29 2010/03/11 13:07:45 alec Exp $ */ $customerid = $DB->GetOne('SELECT customerid FROM assignments WHERE id=?', array($_GET['id'])); Index: lms/modules/customerbalance.php diff -u lms/modules/customerbalance.php:1.11 lms/modules/customerbalance.php:1.12 --- lms/modules/customerbalance.php:1.11 Thu Oct 1 09:23:55 2009 +++ lms/modules/customerbalance.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customerbalance.php,v 1.11 2009/10/01 07:23:55 alec Exp $ + * $Id: customerbalance.php,v 1.12 2010/03/11 13:07:45 alec Exp $ */ $SESSION->save('backto', $_SERVER['QUERY_STRING']); Index: lms/modules/customerbalanceok.php diff -u lms/modules/customerbalanceok.php:1.15 lms/modules/customerbalanceok.php:1.16 --- lms/modules/customerbalanceok.php:1.15 Tue Jan 13 08:45:48 2009 +++ lms/modules/customerbalanceok.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customerbalanceok.php,v 1.15 2009/01/13 07:45:48 alec Exp $ + * $Id: customerbalanceok.php,v 1.16 2010/03/11 13:07:45 alec Exp $ */ $customerid = $_GET['id']; Index: lms/modules/customercutoffstop.php diff -u lms/modules/customercutoffstop.php:1.3 lms/modules/customercutoffstop.php:1.4 --- lms/modules/customercutoffstop.php:1.3 Tue Jan 13 08:45:48 2009 +++ lms/modules/customercutoffstop.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customercutoffstop.php,v 1.3 2009/01/13 07:45:48 alec Exp $ + * $Id: customercutoffstop.php,v 1.4 2010/03/11 13:07:45 alec Exp $ */ $customerid = intval($_GET['customerid']); Index: lms/modules/customerdel.php diff -u lms/modules/customerdel.php:1.9 lms/modules/customerdel.php:1.10 --- lms/modules/customerdel.php:1.9 Tue Jan 13 08:45:48 2009 +++ lms/modules/customerdel.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customerdel.php,v 1.9 2009/01/13 07:45:48 alec Exp $ + * $Id: customerdel.php,v 1.10 2010/03/11 13:07:45 alec Exp $ */ $layout['pagetitle'] = trans('Customer Remove: $0',sprintf("%04d",$_GET['id'])); Index: lms/modules/customeredit.php diff -u lms/modules/customeredit.php:1.40 lms/modules/customeredit.php:1.41 --- lms/modules/customeredit.php:1.40 Thu Jun 18 10:58:41 2009 +++ lms/modules/customeredit.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customeredit.php,v 1.40 2009/06/18 08:58:41 alec Exp $ + * $Id: customeredit.php,v 1.41 2010/03/11 13:07:45 alec Exp $ */ $action = isset($_GET['action']) ? $_GET['action'] : ''; $exists = $LMS->CustomerExists($_GET['id']); Index: lms/modules/customergroup.php diff -u lms/modules/customergroup.php:1.6 lms/modules/customergroup.php:1.7 --- lms/modules/customergroup.php:1.6 Thu Jun 18 10:58:41 2009 +++ lms/modules/customergroup.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customergroup.php,v 1.6 2009/06/18 08:58:41 alec Exp $ + * $Id: customergroup.php,v 1.7 2010/03/11 13:07:45 alec Exp $ */ $action = isset($_GET['action']) ? $_GET['action'] : ''; Index: lms/modules/customergroupadd.php diff -u lms/modules/customergroupadd.php:1.8 lms/modules/customergroupadd.php:1.9 --- lms/modules/customergroupadd.php:1.8 Thu Jun 18 10:58:41 2009 +++ lms/modules/customergroupadd.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customergroupadd.php,v 1.8 2009/06/18 08:58:41 alec Exp $ + * $Id: customergroupadd.php,v 1.9 2010/03/11 13:07:45 alec Exp $ */ if(isset($_POST['customergroupadd'])) Index: lms/modules/customergroupdel.php diff -u lms/modules/customergroupdel.php:1.10 lms/modules/customergroupdel.php:1.11 --- lms/modules/customergroupdel.php:1.10 Tue Jan 13 08:45:49 2009 +++ lms/modules/customergroupdel.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customergroupdel.php,v 1.10 2009/01/13 07:45:49 alec Exp $ + * $Id: customergroupdel.php,v 1.11 2010/03/11 13:07:45 alec Exp $ */ if(isset($_GET['is_sure'])) Index: lms/modules/customergroupedit.php diff -u lms/modules/customergroupedit.php:1.12 lms/modules/customergroupedit.php:1.13 --- lms/modules/customergroupedit.php:1.12 Thu Jun 18 10:58:41 2009 +++ lms/modules/customergroupedit.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customergroupedit.php,v 1.12 2009/06/18 08:58:41 alec Exp $ + * $Id: customergroupedit.php,v 1.13 2010/03/11 13:07:45 alec Exp $ */ if(!$LMS->CustomergroupExists($_GET['id'])) Index: lms/modules/customergroupinfo.php diff -u lms/modules/customergroupinfo.php:1.10 lms/modules/customergroupinfo.php:1.11 --- lms/modules/customergroupinfo.php:1.10 Sat Jun 27 21:06:14 2009 +++ lms/modules/customergroupinfo.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customergroupinfo.php,v 1.10 2009/06/27 19:06:14 alec Exp $ + * $Id: customergroupinfo.php,v 1.11 2010/03/11 13:07:45 alec Exp $ */ $id = !empty($_GET['id']) ? $_GET['id'] : NULL; Index: lms/modules/customergrouplist.php diff -u lms/modules/customergrouplist.php:1.9 lms/modules/customergrouplist.php:1.10 --- lms/modules/customergrouplist.php:1.9 Tue Jan 13 08:45:49 2009 +++ lms/modules/customergrouplist.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customergrouplist.php,v 1.9 2009/01/13 07:45:49 alec Exp $ + * $Id: customergrouplist.php,v 1.10 2010/03/11 13:07:45 alec Exp $ */ $layout['pagetitle'] = trans('Customer Groups List'); Index: lms/modules/customergroupmove.php diff -u lms/modules/customergroupmove.php:1.9 lms/modules/customergroupmove.php:1.10 --- lms/modules/customergroupmove.php:1.9 Tue Jan 13 08:45:49 2009 +++ lms/modules/customergroupmove.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customergroupmove.php,v 1.9 2009/01/13 07:45:49 alec Exp $ + * $Id: customergroupmove.php,v 1.10 2010/03/11 13:07:45 alec Exp $ */ $from = !empty($_GET['from']) ? intval($_GET['from']) : 0; Index: lms/modules/customerinfo.php diff -u lms/modules/customerinfo.php:1.22 lms/modules/customerinfo.php:1.23 --- lms/modules/customerinfo.php:1.22 Thu Jun 18 10:58:41 2009 +++ lms/modules/customerinfo.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customerinfo.php,v 1.22 2009/06/18 08:58:41 alec Exp $ + * $Id: customerinfo.php,v 1.23 2010/03/11 13:07:45 alec Exp $ */ if(!preg_match('/^[0-9]+$/', $_GET['id'])) Index: lms/modules/customerinfoshort.php diff -u lms/modules/customerinfoshort.php:1.9 lms/modules/customerinfoshort.php:1.10 --- lms/modules/customerinfoshort.php:1.9 Tue Jan 13 08:45:49 2009 +++ lms/modules/customerinfoshort.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customerinfoshort.php,v 1.9 2009/01/13 07:45:49 alec Exp $ + * $Id: customerinfoshort.php,v 1.10 2010/03/11 13:07:45 alec Exp $ */ $id = intval($_GET['id']); Index: lms/modules/customerlist.php diff -u lms/modules/customerlist.php:1.12 lms/modules/customerlist.php:1.13 --- lms/modules/customerlist.php:1.12 Wed Mar 3 16:38:27 2010 +++ lms/modules/customerlist.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customerlist.php,v 1.12 2010/03/03 15:38:27 alec Exp $ + * $Id: customerlist.php,v 1.13 2010/03/11 13:07:45 alec Exp $ */ $SESSION->save('backto', $_SERVER['QUERY_STRING']); Index: lms/modules/customerprint.php diff -u lms/modules/customerprint.php:1.18 lms/modules/customerprint.php:1.19 --- lms/modules/customerprint.php:1.18 Thu Jun 18 10:58:41 2009 +++ lms/modules/customerprint.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customerprint.php,v 1.18 2009/06/18 08:58:41 alec Exp $ + * $Id: customerprint.php,v 1.19 2010/03/11 13:07:45 alec Exp $ */ $type = isset($_GET['type']) ? $_GET['type'] : ''; Index: lms/modules/customersearch.php diff -u lms/modules/customersearch.php:1.17 lms/modules/customersearch.php:1.18 --- lms/modules/customersearch.php:1.17 Wed Mar 3 16:38:27 2010 +++ lms/modules/customersearch.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customersearch.php,v 1.17 2010/03/03 15:38:27 alec Exp $ + * $Id: customersearch.php,v 1.18 2010/03/11 13:07:45 alec Exp $ */ $SESSION->save('backto', $_SERVER['QUERY_STRING']); Index: lms/modules/customerwarn.php diff -u lms/modules/customerwarn.php:1.15 lms/modules/customerwarn.php:1.16 --- lms/modules/customerwarn.php:1.15 Sun Mar 15 11:41:32 2009 +++ lms/modules/customerwarn.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: customerwarn.php,v 1.15 2009/03/15 10:41:32 alec Exp $ + * $Id: customerwarn.php,v 1.16 2010/03/11 13:07:45 alec Exp $ */ $setwarnings = isset($_POST['setwarnings']) ? $_POST['setwarnings'] : array(); Index: lms/modules/daemonconfigadd.php diff -u lms/modules/daemonconfigadd.php:1.14 lms/modules/daemonconfigadd.php:1.15 --- lms/modules/daemonconfigadd.php:1.14 Tue Jan 13 08:45:49 2009 +++ lms/modules/daemonconfigadd.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: daemonconfigadd.php,v 1.14 2009/01/13 07:45:49 alec Exp $ + * $Id: daemonconfigadd.php,v 1.15 2010/03/11 13:07:45 alec Exp $ */ $config = isset($_POST['config']) ? $_POST['config'] : NULL; Index: lms/modules/daemonconfigdel.php diff -u lms/modules/daemonconfigdel.php:1.10 lms/modules/daemonconfigdel.php:1.11 --- lms/modules/daemonconfigdel.php:1.10 Tue Jan 13 08:45:49 2009 +++ lms/modules/daemonconfigdel.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: daemonconfigdel.php,v 1.10 2009/01/13 07:45:49 alec Exp $ + * $Id: daemonconfigdel.php,v 1.11 2010/03/11 13:07:45 alec Exp $ */ $id = $_GET['id']; Index: lms/modules/daemonconfigedit.php diff -u lms/modules/daemonconfigedit.php:1.15 lms/modules/daemonconfigedit.php:1.16 --- lms/modules/daemonconfigedit.php:1.15 Tue Jan 13 08:45:49 2009 +++ lms/modules/daemonconfigedit.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: daemonconfigedit.php,v 1.15 2009/01/13 07:45:49 alec Exp $ + * $Id: daemonconfigedit.php,v 1.16 2010/03/11 13:07:45 alec Exp $ */ $config = $DB->GetRow('SELECT id, var, value, description, disabled, instanceid FROM daemonconfig WHERE id=?', array($_GET['id'])); Index: lms/modules/daemoninstanceadd.php diff -u lms/modules/daemoninstanceadd.php:1.18 lms/modules/daemoninstanceadd.php:1.19 --- lms/modules/daemoninstanceadd.php:1.18 Thu Jun 18 10:58:41 2009 +++ lms/modules/daemoninstanceadd.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: daemoninstanceadd.php,v 1.18 2009/06/18 08:58:41 alec Exp $ + * $Id: daemoninstanceadd.php,v 1.19 2010/03/11 13:07:45 alec Exp $ */ $instance = isset($_POST['instance']) ? $_POST['instance'] : NULL; Index: lms/modules/daemoninstancedel.php diff -u lms/modules/daemoninstancedel.php:1.10 lms/modules/daemoninstancedel.php:1.11 --- lms/modules/daemoninstancedel.php:1.10 Tue Jan 13 08:45:49 2009 +++ lms/modules/daemoninstancedel.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: daemoninstancedel.php,v 1.10 2009/01/13 07:45:49 alec Exp $ + * $Id: daemoninstancedel.php,v 1.11 2010/03/11 13:07:45 alec Exp $ */ $id = $_GET['id']; Index: lms/modules/daemoninstanceedit.php diff -u lms/modules/daemoninstanceedit.php:1.18 lms/modules/daemoninstanceedit.php:1.19 --- lms/modules/daemoninstanceedit.php:1.18 Thu Jun 18 10:58:41 2009 +++ lms/modules/daemoninstanceedit.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: daemoninstanceedit.php,v 1.18 2009/06/18 08:58:41 alec Exp $ + * $Id: daemoninstanceedit.php,v 1.19 2010/03/11 13:07:45 alec Exp $ */ $instance = $DB->GetRow('SELECT id, name, hostid, description, module, crontab, priority, disabled FROM daemoninstances WHERE id=?', array($_GET['id'])); Index: lms/modules/daemoninstancelist.php diff -u lms/modules/daemoninstancelist.php:1.14 lms/modules/daemoninstancelist.php:1.15 --- lms/modules/daemoninstancelist.php:1.14 Thu Oct 1 09:23:55 2009 +++ lms/modules/daemoninstancelist.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: daemoninstancelist.php,v 1.14 2009/10/01 07:23:55 alec Exp $ + * $Id: daemoninstancelist.php,v 1.15 2010/03/11 13:07:45 alec Exp $ */ function GetInstanceList($hostid) Index: lms/modules/daemoninstanceview.php diff -u lms/modules/daemoninstanceview.php:1.12 lms/modules/daemoninstanceview.php:1.13 --- lms/modules/daemoninstanceview.php:1.12 Thu Oct 1 09:23:55 2009 +++ lms/modules/daemoninstanceview.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: daemoninstanceview.php,v 1.12 2009/10/01 07:23:55 alec Exp $ + * $Id: daemoninstanceview.php,v 1.13 2010/03/11 13:07:45 alec Exp $ */ function GetOptionList($instanceid) Index: lms/modules/dbdel.php diff -u lms/modules/dbdel.php:1.40 lms/modules/dbdel.php:1.41 --- lms/modules/dbdel.php:1.40 Tue Jan 13 08:45:49 2009 +++ lms/modules/dbdel.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: dbdel.php,v 1.40 2009/01/13 07:45:49 alec Exp $ + * $Id: dbdel.php,v 1.41 2010/03/11 13:07:45 alec Exp $ */ if(isset($_GET['is_sure'])) Index: lms/modules/dblist.php diff -u lms/modules/dblist.php:1.39 lms/modules/dblist.php:1.40 --- lms/modules/dblist.php:1.39 Tue Jan 13 08:45:49 2009 +++ lms/modules/dblist.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: dblist.php,v 1.39 2009/01/13 07:45:49 alec Exp $ + * $Id: dblist.php,v 1.40 2010/03/11 13:07:45 alec Exp $ */ $layout['pagetitle'] = trans('Database Backups'); Index: lms/modules/dbnew.php diff -u lms/modules/dbnew.php:1.33 lms/modules/dbnew.php:1.34 --- lms/modules/dbnew.php:1.33 Tue Jan 13 08:45:49 2009 +++ lms/modules/dbnew.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: dbnew.php,v 1.33 2009/01/13 07:45:49 alec Exp $ + * $Id: dbnew.php,v 1.34 2010/03/11 13:07:45 alec Exp $ */ set_time_limit(0); Index: lms/modules/dbrecover.php diff -u lms/modules/dbrecover.php:1.53 lms/modules/dbrecover.php:1.54 --- lms/modules/dbrecover.php:1.53 Tue Jan 13 08:45:49 2009 +++ lms/modules/dbrecover.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: dbrecover.php,v 1.53 2009/01/13 07:45:49 alec Exp $ + * $Id: dbrecover.php,v 1.54 2010/03/11 13:07:45 alec Exp $ */ function DBLoad($filename=NULL) Index: lms/modules/dbview.php diff -u lms/modules/dbview.php:1.41 lms/modules/dbview.php:1.42 --- lms/modules/dbview.php:1.41 Tue Jan 13 08:45:49 2009 +++ lms/modules/dbview.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: dbview.php,v 1.41 2009/01/13 07:45:49 alec Exp $ + * $Id: dbview.php,v 1.42 2010/03/11 13:07:45 alec Exp $ */ function readfile_chunked($filename,$retbytes=true) Index: lms/modules/divisionadd.php diff -u lms/modules/divisionadd.php:1.10 lms/modules/divisionadd.php:1.11 --- lms/modules/divisionadd.php:1.10 Tue Dec 1 09:52:48 2009 +++ lms/modules/divisionadd.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: divisionadd.php,v 1.10 2009/12/01 08:52:48 alec Exp $ + * $Id: divisionadd.php,v 1.11 2010/03/11 13:07:45 alec Exp $ */ if(!empty($_POST['division'])) Index: lms/modules/divisiondel.php diff -u lms/modules/divisiondel.php:1.3 lms/modules/divisiondel.php:1.4 --- lms/modules/divisiondel.php:1.3 Tue Jan 13 08:45:50 2009 +++ lms/modules/divisiondel.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: divisiondel.php,v 1.3 2009/01/13 07:45:50 alec Exp $ + * $Id: divisiondel.php,v 1.4 2010/03/11 13:07:45 alec Exp $ */ $id = intval($_GET['id']); Index: lms/modules/divisionedit.php diff -u lms/modules/divisionedit.php:1.7 lms/modules/divisionedit.php:1.8 --- lms/modules/divisionedit.php:1.7 Tue Dec 1 09:52:48 2009 +++ lms/modules/divisionedit.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: divisionedit.php,v 1.7 2009/12/01 08:52:48 alec Exp $ + * $Id: divisionedit.php,v 1.8 2010/03/11 13:07:45 alec Exp $ */ if(!empty($_GET['changestatus'])) Index: lms/modules/divisionlist.php diff -u lms/modules/divisionlist.php:1.2 lms/modules/divisionlist.php:1.3 --- lms/modules/divisionlist.php:1.2 Tue Jan 13 08:45:50 2009 +++ lms/modules/divisionlist.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: divisionlist.php,v 1.2 2009/01/13 07:45:50 alec Exp $ + * $Id: divisionlist.php,v 1.3 2010/03/11 13:07:45 alec Exp $ */ $divisionlist = $DB->GetAll('SELECT d.id, d.name, d.shortname, d.status, Index: lms/modules/documentadd.php diff -u lms/modules/documentadd.php:1.40 lms/modules/documentadd.php:1.41 --- lms/modules/documentadd.php:1.40 Mon Oct 12 14:39:55 2009 +++ lms/modules/documentadd.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: documentadd.php,v 1.40 2009/10/12 12:39:55 alec Exp $ + * $Id: documentadd.php,v 1.41 2010/03/11 13:07:45 alec Exp $ */ $_DOC_DIR = DOC_DIR; Index: lms/modules/documentdel.php diff -u lms/modules/documentdel.php:1.12 lms/modules/documentdel.php:1.13 --- lms/modules/documentdel.php:1.12 Fri May 15 08:41:22 2009 +++ lms/modules/documentdel.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: documentdel.php,v 1.12 2009/05/15 06:41:22 alec Exp $ + * $Id: documentdel.php,v 1.13 2010/03/11 13:07:45 alec Exp $ */ if($_GET['is_sure']=='1') Index: lms/modules/documentedit.php diff -u lms/modules/documentedit.php:1.18 lms/modules/documentedit.php:1.19 --- lms/modules/documentedit.php:1.18 Thu Jun 18 10:58:41 2009 +++ lms/modules/documentedit.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: documentedit.php,v 1.18 2009/06/18 08:58:41 alec Exp $ + * $Id: documentedit.php,v 1.19 2010/03/11 13:07:45 alec Exp $ */ $_DOC_DIR = DOC_DIR; Index: lms/modules/documentgen.php diff -u lms/modules/documentgen.php:1.18 lms/modules/documentgen.php:1.19 --- lms/modules/documentgen.php:1.18 Fri Jun 26 15:08:41 2009 +++ lms/modules/documentgen.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: documentgen.php,v 1.18 2009/06/26 13:08:41 alec Exp $ + * $Id: documentgen.php,v 1.19 2010/03/11 13:07:45 alec Exp $ */ $_DOC_DIR = DOC_DIR; Index: lms/modules/documentlist.php diff -u lms/modules/documentlist.php:1.23 lms/modules/documentlist.php:1.24 --- lms/modules/documentlist.php:1.23 Thu Oct 1 09:23:55 2009 +++ lms/modules/documentlist.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: documentlist.php,v 1.23 2009/10/01 07:23:55 alec Exp $ + * $Id: documentlist.php,v 1.24 2010/03/11 13:07:45 alec Exp $ */ function GetDocumentList($order='cdate,asc', $type=NULL, $customer=NULL, $from=0, $to=0) Index: lms/modules/documenttypeedit.php diff -u lms/modules/documenttypeedit.php:1.1 lms/modules/documenttypeedit.php:1.2 --- lms/modules/documenttypeedit.php:1.1 Fri May 15 14:35:18 2009 +++ lms/modules/documenttypeedit.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: documenttypeedit.php,v 1.1 2009/05/15 12:35:18 alec Exp $ + * $Id: documenttypeedit.php,v 1.2 2010/03/11 13:07:45 alec Exp $ */ //$type = $DB->GetRow('SELECT * FROM types WHERE id=?', array($_GET['id'])); Index: lms/modules/documenttypes.php diff -u lms/modules/documenttypes.php:1.1 lms/modules/documenttypes.php:1.2 --- lms/modules/documenttypes.php:1.1 Fri May 15 14:35:18 2009 +++ lms/modules/documenttypes.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: documenttypes.php,v 1.1 2009/05/15 12:35:18 alec Exp $ + * $Id: documenttypes.php,v 1.2 2010/03/11 13:07:45 alec Exp $ */ $typelist = $DOCTYPES; Index: lms/modules/documentview.php diff -u lms/modules/documentview.php:1.14 lms/modules/documentview.php:1.15 --- lms/modules/documentview.php:1.14 Thu Jun 18 10:58:41 2009 +++ lms/modules/documentview.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: documentview.php,v 1.14 2009/06/18 08:58:41 alec Exp $ + * $Id: documentview.php,v 1.15 2010/03/11 13:07:45 alec Exp $ */ if(!empty($_POST['marks'])) Index: lms/modules/domainadd.php diff -u lms/modules/domainadd.php:1.23 lms/modules/domainadd.php:1.24 --- lms/modules/domainadd.php:1.23 Sun Feb 21 19:12:37 2010 +++ lms/modules/domainadd.php Thu Mar 11 14:07:45 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: domainadd.php,v 1.23 2010/02/21 18:12:37 alec Exp $ + * $Id: domainadd.php,v 1.24 2010/03/11 13:07:45 alec Exp $ */ function GetDomainIdByName($name) Index: lms/modules/domaindel.php diff -u lms/modules/domaindel.php:1.14 lms/modules/domaindel.php:1.15 --- lms/modules/domaindel.php:1.14 Tue Jan 13 08:45:50 2009 +++ lms/modules/domaindel.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: domaindel.php,v 1.14 2009/01/13 07:45:50 alec Exp $ + * $Id: domaindel.php,v 1.15 2010/03/11 13:07:46 alec Exp $ */ $id = $_GET['id']; Index: lms/modules/domainedit.php diff -u lms/modules/domainedit.php:1.29 lms/modules/domainedit.php:1.30 --- lms/modules/domainedit.php:1.29 Sun Feb 21 19:12:37 2010 +++ lms/modules/domainedit.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: domainedit.php,v 1.29 2010/02/21 18:12:37 alec Exp $ + * $Id: domainedit.php,v 1.30 2010/03/11 13:07:46 alec Exp $ */ function GetDomainIdByName($name) Index: lms/modules/domaininfo.php diff -u lms/modules/domaininfo.php:1.4 lms/modules/domaininfo.php:1.5 --- lms/modules/domaininfo.php:1.4 Sun Feb 21 19:12:37 2010 +++ lms/modules/domaininfo.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: domaininfo.php,v 1.4 2010/02/21 18:12:37 alec Exp $ + * $Id: domaininfo.php,v 1.5 2010/03/11 13:07:46 alec Exp $ */ $id = $_GET['id']; Index: lms/modules/domainlist.php diff -u lms/modules/domainlist.php:1.30 lms/modules/domainlist.php:1.31 --- lms/modules/domainlist.php:1.30 Mon Feb 22 10:23:08 2010 +++ lms/modules/domainlist.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: domainlist.php,v 1.30 2010/02/22 09:23:08 alec Exp $ + * $Id: domainlist.php,v 1.31 2010/03/11 13:07:46 alec Exp $ */ function GetDomainList($order='name,asc', $customer='', $filtr='') Index: lms/modules/domainsearch.php diff -u lms/modules/domainsearch.php:1.3 lms/modules/domainsearch.php:1.4 --- lms/modules/domainsearch.php:1.3 Thu Oct 1 09:23:55 2009 +++ lms/modules/domainsearch.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: domainsearch.php,v 1.3 2009/10/01 07:23:55 alec Exp $ + * $Id: domainsearch.php,v 1.4 2010/03/11 13:07:46 alec Exp $ */ function GetDomainList($order='name,asc', $search, $customer='') Index: lms/modules/eventadd.php diff -u lms/modules/eventadd.php:1.25 lms/modules/eventadd.php:1.26 --- lms/modules/eventadd.php:1.25 Thu Jul 16 14:20:07 2009 +++ lms/modules/eventadd.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: eventadd.php,v 1.25 2009/07/16 12:20:07 alec Exp $ + * $Id: eventadd.php,v 1.26 2010/03/11 13:07:46 alec Exp $ */ if(isset($_POST['event'])) Index: lms/modules/eventdel.php diff -u lms/modules/eventdel.php:1.10 lms/modules/eventdel.php:1.11 --- lms/modules/eventdel.php:1.10 Tue Jan 13 08:45:50 2009 +++ lms/modules/eventdel.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: eventdel.php,v 1.10 2009/01/13 07:45:50 alec Exp $ + * $Id: eventdel.php,v 1.11 2010/03/11 13:07:46 alec Exp $ */ $id = $_GET['id']; Index: lms/modules/eventedit.php diff -u lms/modules/eventedit.php:1.19 lms/modules/eventedit.php:1.20 --- lms/modules/eventedit.php:1.19 Tue Jan 13 08:45:50 2009 +++ lms/modules/eventedit.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: eventedit.php,v 1.19 2009/01/13 07:45:50 alec Exp $ + * $Id: eventedit.php,v 1.20 2010/03/11 13:07:46 alec Exp $ */ if(isset($_GET['action']) && $_GET['action'] == 'open') Index: lms/modules/eventinfo.php diff -u lms/modules/eventinfo.php:1.15 lms/modules/eventinfo.php:1.16 --- lms/modules/eventinfo.php:1.15 Tue Jan 13 08:45:50 2009 +++ lms/modules/eventinfo.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: eventinfo.php,v 1.15 2009/01/13 07:45:50 alec Exp $ + * $Id: eventinfo.php,v 1.16 2010/03/11 13:07:46 alec Exp $ */ if(!$_GET['id']) Index: lms/modules/eventlist.php diff -u lms/modules/eventlist.php:1.23 lms/modules/eventlist.php:1.24 --- lms/modules/eventlist.php:1.23 Thu Oct 1 09:23:55 2009 +++ lms/modules/eventlist.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: eventlist.php,v 1.23 2009/10/01 07:23:55 alec Exp $ + * $Id: eventlist.php,v 1.24 2010/03/11 13:07:46 alec Exp $ */ function GetEventList($year=NULL, $month=NULL, $day=NULL, $forward=0, $customerid=0, $userid=0) Index: lms/modules/eventprint.php diff -u lms/modules/eventprint.php:1.19 lms/modules/eventprint.php:1.20 --- lms/modules/eventprint.php:1.19 Tue Jan 13 08:45:50 2009 +++ lms/modules/eventprint.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: eventprint.php,v 1.19 2009/01/13 07:45:50 alec Exp $ + * $Id: eventprint.php,v 1.20 2010/03/11 13:07:46 alec Exp $ */ function GetEvents($date=NULL, $userid=0, $customerid=0) Index: lms/modules/eventsearch.php diff -u lms/modules/eventsearch.php:1.20 lms/modules/eventsearch.php:1.21 --- lms/modules/eventsearch.php:1.20 Fri Mar 13 10:27:40 2009 +++ lms/modules/eventsearch.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: eventsearch.php,v 1.20 2009/03/13 09:27:40 alec Exp $ + * $Id: eventsearch.php,v 1.21 2010/03/11 13:07:46 alec Exp $ */ $layout['pagetitle'] = trans('Event Search'); Index: lms/modules/ewxchadd.php diff -u lms/modules/ewxchadd.php:1.1 lms/modules/ewxchadd.php:1.2 --- lms/modules/ewxchadd.php:1.1 Tue Mar 9 10:23:00 2010 +++ lms/modules/ewxchadd.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: ewxchadd.php,v 1.1 2010/03/09 09:23:00 alec Exp $ + * $Id: ewxchadd.php,v 1.2 2010/03/11 13:07:46 alec Exp $ */ if(isset($_POST['channel'])) Index: lms/modules/ewxchdel.php diff -u lms/modules/ewxchdel.php:1.1 lms/modules/ewxchdel.php:1.2 --- lms/modules/ewxchdel.php:1.1 Tue Mar 9 10:23:00 2010 +++ lms/modules/ewxchdel.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: ewxchdel.php,v 1.1 2010/03/09 09:23:00 alec Exp $ + * $Id: ewxchdel.php,v 1.2 2010/03/11 13:07:46 alec Exp $ */ if(!empty($_GET['is_sure'])) Index: lms/modules/ewxchedit.php diff -u lms/modules/ewxchedit.php:1.1 lms/modules/ewxchedit.php:1.2 --- lms/modules/ewxchedit.php:1.1 Tue Mar 9 10:23:00 2010 +++ lms/modules/ewxchedit.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: ewxchedit.php,v 1.1 2010/03/09 09:23:00 alec Exp $ + * $Id: ewxchedit.php,v 1.2 2010/03/11 13:07:46 alec Exp $ */ if (!empty($_GET['action'])) Index: lms/modules/ewxchinfo.php diff -u lms/modules/ewxchinfo.php:1.1 lms/modules/ewxchinfo.php:1.2 --- lms/modules/ewxchinfo.php:1.1 Tue Mar 9 10:23:00 2010 +++ lms/modules/ewxchinfo.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: ewxchinfo.php,v 1.1 2010/03/09 09:23:00 alec Exp $ + * $Id: ewxchinfo.php,v 1.2 2010/03/11 13:07:46 alec Exp $ */ if(!($channel = $DB->GetRow(' SELECT * FROM ewx_channels WHERE id = ?', array($_GET['id'])))) Index: lms/modules/ewxchlist.php diff -u lms/modules/ewxchlist.php:1.1 lms/modules/ewxchlist.php:1.2 --- lms/modules/ewxchlist.php:1.1 Tue Mar 9 10:23:00 2010 +++ lms/modules/ewxchlist.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: ewxchlist.php,v 1.1 2010/03/09 09:23:00 alec Exp $ + * $Id: ewxchlist.php,v 1.2 2010/03/11 13:07:46 alec Exp $ */ function GetChannelsList($order='name,asc') Index: lms/modules/export.php diff -u lms/modules/export.php:1.12 lms/modules/export.php:1.13 --- lms/modules/export.php:1.12 Thu Jun 18 10:58:41 2009 +++ lms/modules/export.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: export.php,v 1.12 2009/06/18 08:58:41 alec Exp $ + * $Id: export.php,v 1.13 2010/03/11 13:07:46 alec Exp $ */ include(isset($CONFIG['phpui']['export_config']) && $CONFIG['phpui']['export_config'] ? $CONFIG['phpui']['export_config'] : 'exportcfg.php'); Index: lms/modules/exportcfg.php diff -u lms/modules/exportcfg.php:1.7 lms/modules/exportcfg.php:1.8 --- lms/modules/exportcfg.php:1.7 Fri Mar 6 20:45:04 2009 +++ lms/modules/exportcfg.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: exportcfg.php,v 1.7 2009/03/06 19:45:04 hunter Exp $ + * $Id: exportcfg.php,v 1.8 2010/03/11 13:07:46 alec Exp $ */ /* variables used in *record options below Index: lms/modules/genfake.php diff -u lms/modules/genfake.php:1.76 lms/modules/genfake.php:1.77 --- lms/modules/genfake.php:1.76 Fri Dec 11 15:26:16 2009 +++ lms/modules/genfake.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: genfake.php,v 1.76 2009/12/11 14:26:16 alec Exp $ + * $Id: genfake.php,v 1.77 2010/03/11 13:07:46 alec Exp $ */ // Lastnames Index: lms/modules/hostadd.php diff -u lms/modules/hostadd.php:1.9 lms/modules/hostadd.php:1.10 --- lms/modules/hostadd.php:1.9 Tue Jan 13 08:45:50 2009 +++ lms/modules/hostadd.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: hostadd.php,v 1.9 2009/01/13 07:45:50 alec Exp $ + * $Id: hostadd.php,v 1.10 2010/03/11 13:07:46 alec Exp $ */ function GetHostIdByName($name) Index: lms/modules/hostdel.php diff -u lms/modules/hostdel.php:1.8 lms/modules/hostdel.php:1.9 --- lms/modules/hostdel.php:1.8 Tue Jan 13 08:45:50 2009 +++ lms/modules/hostdel.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: hostdel.php,v 1.8 2009/01/13 07:45:50 alec Exp $ + * $Id: hostdel.php,v 1.9 2010/03/11 13:07:46 alec Exp $ */ $id = $_GET['id']; Index: lms/modules/hostedit.php diff -u lms/modules/hostedit.php:1.8 lms/modules/hostedit.php:1.9 --- lms/modules/hostedit.php:1.8 Tue Jan 13 08:45:50 2009 +++ lms/modules/hostedit.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: hostedit.php,v 1.8 2009/01/13 07:45:50 alec Exp $ + * $Id: hostedit.php,v 1.9 2010/03/11 13:07:46 alec Exp $ */ function GetHostIdByName($name) Index: lms/modules/hostlist.php diff -u lms/modules/hostlist.php:1.7 lms/modules/hostlist.php:1.8 --- lms/modules/hostlist.php:1.7 Tue Jan 13 08:45:50 2009 +++ lms/modules/hostlist.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: hostlist.php,v 1.7 2009/01/13 07:45:50 alec Exp $ + * $Id: hostlist.php,v 1.8 2010/03/11 13:07:46 alec Exp $ */ function GetHostList() Index: lms/modules/invoice.php diff -u lms/modules/invoice.php:1.81 lms/modules/invoice.php:1.82 --- lms/modules/invoice.php:1.81 Fri Mar 5 09:21:22 2010 +++ lms/modules/invoice.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: invoice.php,v 1.81 2010/03/05 08:21:22 alec Exp $ + * $Id: invoice.php,v 1.82 2010/03/11 13:07:46 alec Exp $ */ if(strtolower($CONFIG['invoices']['type']) == 'pdf') Index: lms/modules/invoice_pdf.inc.php diff -u lms/modules/invoice_pdf.inc.php:1.1 lms/modules/invoice_pdf.inc.php:1.2 --- lms/modules/invoice_pdf.inc.php:1.1 Thu Nov 5 13:00:52 2009 +++ lms/modules/invoice_pdf.inc.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: invoice_pdf.inc.php,v 1.1 2009/11/05 12:00:52 alec Exp $ + * $Id: invoice_pdf.inc.php,v 1.2 2010/03/11 13:07:46 alec Exp $ */ // Faktury w PDF, do użycia z formularzami FT-0100 (c) Polarnet // w razie pytań mailto:lexx w polarnet.org Index: lms/modules/invoice_pdf.php diff -u lms/modules/invoice_pdf.php:1.93 lms/modules/invoice_pdf.php:1.94 --- lms/modules/invoice_pdf.php:1.93 Fri Mar 5 09:21:22 2010 +++ lms/modules/invoice_pdf.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: invoice_pdf.php,v 1.93 2010/03/05 08:21:22 alec Exp $ + * $Id: invoice_pdf.php,v 1.94 2010/03/11 13:07:46 alec Exp $ */ function invoice_body() Index: lms/modules/invoicedel.php diff -u lms/modules/invoicedel.php:1.2 lms/modules/invoicedel.php:1.3 --- lms/modules/invoicedel.php:1.2 Tue Jan 13 08:45:51 2009 +++ lms/modules/invoicedel.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: invoicedel.php,v 1.2 2009/01/13 07:45:51 alec Exp $ + * $Id: invoicedel.php,v 1.3 2010/03/11 13:07:46 alec Exp $ */ $id = intval($_GET['id']); Index: lms/modules/invoiceedit.php diff -u lms/modules/invoiceedit.php:1.34 lms/modules/invoiceedit.php:1.35 --- lms/modules/invoiceedit.php:1.34 Thu Jun 18 10:58:41 2009 +++ lms/modules/invoiceedit.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: invoiceedit.php,v 1.34 2009/06/18 08:58:41 alec Exp $ + * $Id: invoiceedit.php,v 1.35 2010/03/11 13:07:46 alec Exp $ */ $taxeslist = $LMS->GetTaxes(); Index: lms/modules/invoicelist.php diff -u lms/modules/invoicelist.php:1.63 lms/modules/invoicelist.php:1.64 --- lms/modules/invoicelist.php:1.63 Thu Oct 1 09:23:55 2009 +++ lms/modules/invoicelist.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: invoicelist.php,v 1.63 2009/10/01 07:23:55 alec Exp $ + * $Id: invoicelist.php,v 1.64 2010/03/11 13:07:46 alec Exp $ */ function GetInvoicesList($search=NULL, $cat=NULL, $group=NULL, $hideclosed=NULL, $order, $pagelimit=100, $page=NULL) Index: lms/modules/invoicenew.php diff -u lms/modules/invoicenew.php:1.79 lms/modules/invoicenew.php:1.80 --- lms/modules/invoicenew.php:1.79 Wed Jan 6 09:12:06 2010 +++ lms/modules/invoicenew.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: invoicenew.php,v 1.79 2010/01/06 08:12:06 alec Exp $ + * $Id: invoicenew.php,v 1.80 2010/03/11 13:07:46 alec Exp $ */ // Invoiceless liabilities: Zobowiazania/obciazenia na ktore nie zostala wystawiona faktura Index: lms/modules/invoicenote.php diff -u lms/modules/invoicenote.php:1.41 lms/modules/invoicenote.php:1.42 --- lms/modules/invoicenote.php:1.41 Thu Jun 25 15:50:09 2009 +++ lms/modules/invoicenote.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: invoicenote.php,v 1.41 2009/06/25 13:50:09 alec Exp $ + * $Id: invoicenote.php,v 1.42 2010/03/11 13:07:46 alec Exp $ */ $taxeslist = $LMS->GetTaxes(); Index: lms/modules/invoicepaid.php diff -u lms/modules/invoicepaid.php:1.31 lms/modules/invoicepaid.php:1.32 --- lms/modules/invoicepaid.php:1.31 Tue Oct 27 11:11:17 2009 +++ lms/modules/invoicepaid.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: invoicepaid.php,v 1.31 2009/10/27 10:11:17 ceho Exp $ + * $Id: invoicepaid.php,v 1.32 2010/03/11 13:07:46 alec Exp $ */ $SESSION->restore('ilm', $ilm); Index: lms/modules/invoicereport.php diff -u lms/modules/invoicereport.php:1.44 lms/modules/invoicereport.php:1.45 --- lms/modules/invoicereport.php:1.44 Thu Feb 25 13:19:17 2010 +++ lms/modules/invoicereport.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: invoicereport.php,v 1.44 2010/02/25 12:19:17 alec Exp $ + * $Id: invoicereport.php,v 1.45 2010/03/11 13:07:46 alec Exp $ */ $from = $_POST['from']; Index: lms/modules/logout.php diff -u lms/modules/logout.php:1.34 lms/modules/logout.php:1.35 --- lms/modules/logout.php:1.34 Tue Jan 13 08:45:51 2009 +++ lms/modules/logout.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: logout.php,v 1.34 2009/01/13 07:45:51 alec Exp $ + * $Id: logout.php,v 1.35 2010/03/11 13:07:46 alec Exp $ */ if($_GET['is_sure'] == '1') Index: lms/modules/messageadd.php diff -u lms/modules/messageadd.php:1.9 lms/modules/messageadd.php:1.10 --- lms/modules/messageadd.php:1.9 Wed Sep 23 12:29:01 2009 +++ lms/modules/messageadd.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: messageadd.php,v 1.9 2009/09/23 10:29:01 alec Exp $ + * $Id: messageadd.php,v 1.10 2010/03/11 13:07:46 alec Exp $ */ function GetRecipients($filter, $type=MSG_MAIL) Index: lms/modules/messageinfo.php diff -u lms/modules/messageinfo.php:1.5 lms/modules/messageinfo.php:1.6 --- lms/modules/messageinfo.php:1.5 Tue Mar 9 10:23:00 2010 +++ lms/modules/messageinfo.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: messageinfo.php,v 1.5 2010/03/09 09:23:00 alec Exp $ + * $Id: messageinfo.php,v 1.6 2010/03/11 13:07:46 alec Exp $ */ function GetItemList($id, $order='id,desc', $search=NULL, $cat=NULL, $status=NULL) Index: lms/modules/messagelist.php diff -u lms/modules/messagelist.php:1.4 lms/modules/messagelist.php:1.5 --- lms/modules/messagelist.php:1.4 Thu Oct 1 09:23:55 2009 +++ lms/modules/messagelist.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: messagelist.php,v 1.4 2009/10/01 07:23:55 alec Exp $ + * $Id: messagelist.php,v 1.5 2010/03/11 13:07:46 alec Exp $ */ function GetMessagesList($order='cdate,desc', $search=NULL, $cat=NULL, $type='', $status=NULL) Index: lms/modules/modinfo-sample.php diff -u lms/modules/modinfo-sample.php:1.10 lms/modules/modinfo-sample.php:1.11 --- lms/modules/modinfo-sample.php:1.10 Tue Jan 13 08:45:51 2009 +++ lms/modules/modinfo-sample.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: modinfo-sample.php,v 1.10 2009/01/13 07:45:51 alec Exp $ + * $Id: modinfo-sample.php,v 1.11 2010/03/11 13:07:46 alec Exp $ */ $_MODINFO['sample'] = array( @@ -36,7 +36,7 @@ ), 'author' => 'LMS-developers', // author information 'url' => 'http://www.lms.org.pl', // url of module homepage - 'revision' => '$Revision: 1.10 $', // cvs revision, optiona + 'revision' => '$Revision: 1.11 $', // cvs revision, optiona 'notpublic' => TRUE, // notpublic - this means, that user can't access any actions of this module // directly, ie. using modified URL 'menus' => array( // this part of modinfo contains information about menus that this module provides Index: lms/modules/netadd.php diff -u lms/modules/netadd.php:1.53 lms/modules/netadd.php:1.54 --- lms/modules/netadd.php:1.53 Thu Jun 18 10:58:41 2009 +++ lms/modules/netadd.php Thu Mar 11 14:07:46 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: netadd.php,v 1.53 2009/06/18 08:58:41 alec Exp $ + * $Id: netadd.php,v 1.54 2010/03/11 13:07:46 alec Exp $ */ if(isset($_POST['netadd'])) Index: lms/modules/netcmp.php diff -u lms/modules/netcmp.php:1.37 lms/modules/netcmp.php:1.38 --- lms/modules/netcmp.php:1.37 Tue Jan 13 08:45:51 2009 +++ lms/modules/netcmp.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: netcmp.php,v 1.37 2009/01/13 07:45:51 alec Exp $ + * $Id: netcmp.php,v 1.38 2010/03/11 13:07:47 alec Exp $ */ if(!$LMS->NetworkExists($_GET['id'])) Index: lms/modules/netdel.php diff -u lms/modules/netdel.php:1.37 lms/modules/netdel.php:1.38 --- lms/modules/netdel.php:1.37 Tue Jan 13 08:45:51 2009 +++ lms/modules/netdel.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: netdel.php,v 1.37 2009/01/13 07:45:51 alec Exp $ + * $Id: netdel.php,v 1.38 2010/03/11 13:07:47 alec Exp $ */ if(!$LMS->NetworkExists($_GET['id'])) Index: lms/modules/netdevadd.php diff -u lms/modules/netdevadd.php:1.29 lms/modules/netdevadd.php:1.30 --- lms/modules/netdevadd.php:1.29 Tue Mar 9 10:23:00 2010 +++ lms/modules/netdevadd.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: netdevadd.php,v 1.29 2010/03/09 09:23:00 alec Exp $ + * $Id: netdevadd.php,v 1.30 2010/03/11 13:07:47 alec Exp $ */ if(isset($_POST['netdev'])) Index: lms/modules/netdevdel.php diff -u lms/modules/netdevdel.php:1.26 lms/modules/netdevdel.php:1.27 --- lms/modules/netdevdel.php:1.26 Tue Dec 22 12:33:02 2009 +++ lms/modules/netdevdel.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: netdevdel.php,v 1.26 2009/12/22 11:33:02 alec Exp $ + * $Id: netdevdel.php,v 1.27 2010/03/11 13:07:47 alec Exp $ */ if(! $LMS->NetDevExists($_GET['id'])) Index: lms/modules/netdevedit.php diff -u lms/modules/netdevedit.php:1.68 lms/modules/netdevedit.php:1.69 --- lms/modules/netdevedit.php:1.68 Tue Mar 9 10:23:00 2010 +++ lms/modules/netdevedit.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: netdevedit.php,v 1.68 2010/03/09 09:23:00 alec Exp $ + * $Id: netdevedit.php,v 1.69 2010/03/11 13:07:47 alec Exp $ */ if(! $LMS->NetDevExists($_GET['id'])) Index: lms/modules/netdevinfo.php diff -u lms/modules/netdevinfo.php:1.32 lms/modules/netdevinfo.php:1.33 --- lms/modules/netdevinfo.php:1.32 Tue Jan 13 08:45:51 2009 +++ lms/modules/netdevinfo.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: netdevinfo.php,v 1.32 2009/01/13 07:45:51 alec Exp $ + * $Id: netdevinfo.php,v 1.33 2010/03/11 13:07:47 alec Exp $ */ if(! $LMS->NetDevExists($_GET['id'])) Index: lms/modules/netdevlist.php diff -u lms/modules/netdevlist.php:1.25 lms/modules/netdevlist.php:1.26 --- lms/modules/netdevlist.php:1.25 Tue Jan 13 08:45:51 2009 +++ lms/modules/netdevlist.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: netdevlist.php,v 1.25 2009/01/13 07:45:51 alec Exp $ + * $Id: netdevlist.php,v 1.26 2010/03/11 13:07:47 alec Exp $ */ $layout['pagetitle'] = trans('Network Devices'); Index: lms/modules/netdevmap.php diff -u lms/modules/netdevmap.php:1.64 lms/modules/netdevmap.php:1.65 --- lms/modules/netdevmap.php:1.64 Thu Jun 18 10:58:41 2009 +++ lms/modules/netdevmap.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: netdevmap.php,v 1.64 2009/06/18 08:58:41 alec Exp $ + * $Id: netdevmap.php,v 1.65 2010/03/11 13:07:47 alec Exp $ */ function drawtext($x, $y, $text, $r, $g, $b) Index: lms/modules/netdevsearch.php diff -u lms/modules/netdevsearch.php:1.5 lms/modules/netdevsearch.php:1.6 --- lms/modules/netdevsearch.php:1.5 Thu Oct 1 09:23:55 2009 +++ lms/modules/netdevsearch.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: netdevsearch.php,v 1.5 2009/10/01 07:23:55 alec Exp $ + * $Id: netdevsearch.php,v 1.6 2010/03/11 13:07:47 alec Exp $ */ function NetDevSearch($order='name,asc', $search=NULL, $sqlskey='AND') Index: lms/modules/netedit.php diff -u lms/modules/netedit.php:1.61 lms/modules/netedit.php:1.62 --- lms/modules/netedit.php:1.61 Thu Sep 10 00:19:57 2009 +++ lms/modules/netedit.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: netedit.php,v 1.61 2009/09/09 22:19:57 ceho Exp $ + * $Id: netedit.php,v 1.62 2010/03/11 13:07:47 alec Exp $ */ if(!$LMS->NetworkExists($_GET['id'])) Index: lms/modules/netinfo.php diff -u lms/modules/netinfo.php:1.43 lms/modules/netinfo.php:1.44 --- lms/modules/netinfo.php:1.43 Tue Mar 9 10:23:00 2010 +++ lms/modules/netinfo.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: netinfo.php,v 1.43 2010/03/09 09:23:00 alec Exp $ + * $Id: netinfo.php,v 1.44 2010/03/11 13:07:47 alec Exp $ */ if(!$LMS->NetworkExists($_GET['id'])) Index: lms/modules/netlist.php diff -u lms/modules/netlist.php:1.38 lms/modules/netlist.php:1.39 --- lms/modules/netlist.php:1.38 Tue Jan 13 08:45:51 2009 +++ lms/modules/netlist.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: netlist.php,v 1.38 2009/01/13 07:45:51 alec Exp $ + * $Id: netlist.php,v 1.39 2010/03/11 13:07:47 alec Exp $ */ $layout['pagetitle'] = trans('IP Networks'); Index: lms/modules/netremap.php diff -u lms/modules/netremap.php:1.35 lms/modules/netremap.php:1.36 --- lms/modules/netremap.php:1.35 Tue Jan 13 08:45:51 2009 +++ lms/modules/netremap.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: netremap.php,v 1.35 2009/01/13 07:45:51 alec Exp $ + * $Id: netremap.php,v 1.36 2010/03/11 13:07:47 alec Exp $ */ if(!$LMS->NetworkExists($_GET['id'])||!$LMS->NetworkExists($_GET['mapto'])) Index: lms/modules/nodeadd.php diff -u lms/modules/nodeadd.php:1.90 lms/modules/nodeadd.php:1.91 --- lms/modules/nodeadd.php:1.90 Fri Nov 13 10:20:50 2009 +++ lms/modules/nodeadd.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodeadd.php,v 1.90 2009/11/13 09:20:50 alec Exp $ + * $Id: nodeadd.php,v 1.91 2010/03/11 13:07:47 alec Exp $ */ $nodedata['access'] = 1; Index: lms/modules/nodedel.php diff -u lms/modules/nodedel.php:1.41 lms/modules/nodedel.php:1.42 --- lms/modules/nodedel.php:1.41 Thu Dec 10 15:43:36 2009 +++ lms/modules/nodedel.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodedel.php,v 1.41 2009/12/10 14:43:36 alec Exp $ + * $Id: nodedel.php,v 1.42 2010/03/11 13:07:47 alec Exp $ */ $nodeid = intval($_GET['id']); Index: lms/modules/nodeedit.php diff -u lms/modules/nodeedit.php:1.109 lms/modules/nodeedit.php:1.110 --- lms/modules/nodeedit.php:1.109 Fri Nov 13 10:20:50 2009 +++ lms/modules/nodeedit.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodeedit.php,v 1.109 2009/11/13 09:20:50 alec Exp $ + * $Id: nodeedit.php,v 1.110 2010/03/11 13:07:47 alec Exp $ */ $action = isset($_GET['action']) ? $_GET['action'] : ''; Index: lms/modules/nodegroup.php diff -u lms/modules/nodegroup.php:1.2 lms/modules/nodegroup.php:1.3 --- lms/modules/nodegroup.php:1.2 Tue Jan 13 08:45:52 2009 +++ lms/modules/nodegroup.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodegroup.php,v 1.2 2009/01/13 07:45:52 alec Exp $ + * $Id: nodegroup.php,v 1.3 2010/03/11 13:07:47 alec Exp $ */ $action = isset($_GET['action']) ? $_GET['action'] : ''; Index: lms/modules/nodegroupadd.php diff -u lms/modules/nodegroupadd.php:1.6 lms/modules/nodegroupadd.php:1.7 --- lms/modules/nodegroupadd.php:1.6 Thu Jun 18 10:58:41 2009 +++ lms/modules/nodegroupadd.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodegroupadd.php,v 1.6 2009/06/18 08:58:41 alec Exp $ + * $Id: nodegroupadd.php,v 1.7 2010/03/11 13:07:47 alec Exp $ */ if(isset($_POST['nodegroupadd'])) Index: lms/modules/nodegroupdel.php diff -u lms/modules/nodegroupdel.php:1.3 lms/modules/nodegroupdel.php:1.4 --- lms/modules/nodegroupdel.php:1.3 Tue Jan 13 08:45:52 2009 +++ lms/modules/nodegroupdel.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodegroupdel.php,v 1.3 2009/01/13 07:45:52 alec Exp $ + * $Id: nodegroupdel.php,v 1.4 2010/03/11 13:07:47 alec Exp $ */ if(isset($_GET['is_sure'])) Index: lms/modules/nodegroupedit.php diff -u lms/modules/nodegroupedit.php:1.7 lms/modules/nodegroupedit.php:1.8 --- lms/modules/nodegroupedit.php:1.7 Thu Jun 18 10:58:41 2009 +++ lms/modules/nodegroupedit.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodegroupedit.php,v 1.7 2009/06/18 08:58:41 alec Exp $ + * $Id: nodegroupedit.php,v 1.8 2010/03/11 13:07:47 alec Exp $ */ if( !($id = $DB->GetOne('SELECT id FROM nodegroups WHERE id = ?', array(intval($_GET['id']))))) Index: lms/modules/nodegroupinfo.php diff -u lms/modules/nodegroupinfo.php:1.2 lms/modules/nodegroupinfo.php:1.3 --- lms/modules/nodegroupinfo.php:1.2 Tue Jan 13 08:45:52 2009 +++ lms/modules/nodegroupinfo.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodegroupinfo.php,v 1.2 2009/01/13 07:45:52 alec Exp $ + * $Id: nodegroupinfo.php,v 1.3 2010/03/11 13:07:47 alec Exp $ */ if( !($id = $DB->GetOne('SELECT id FROM nodegroups WHERE id = ?', array(intval($_GET['id']))))) Index: lms/modules/nodegrouplist.php diff -u lms/modules/nodegrouplist.php:1.11 lms/modules/nodegrouplist.php:1.12 --- lms/modules/nodegrouplist.php:1.11 Tue Jan 13 08:45:52 2009 +++ lms/modules/nodegrouplist.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodegrouplist.php,v 1.11 2009/01/13 07:45:52 alec Exp $ + * $Id: nodegrouplist.php,v 1.12 2010/03/11 13:07:47 alec Exp $ */ function GroupList() Index: lms/modules/nodegroupmove.php diff -u lms/modules/nodegroupmove.php:1.3 lms/modules/nodegroupmove.php:1.4 --- lms/modules/nodegroupmove.php:1.3 Tue Jan 13 08:45:52 2009 +++ lms/modules/nodegroupmove.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodegroupmove.php,v 1.3 2009/01/13 07:45:52 alec Exp $ + * $Id: nodegroupmove.php,v 1.4 2010/03/11 13:07:47 alec Exp $ */ $from = !empty($_GET['from']) ? intval($_GET['from']) : 0; Index: lms/modules/nodeinfo.php diff -u lms/modules/nodeinfo.php:1.69 lms/modules/nodeinfo.php:1.70 --- lms/modules/nodeinfo.php:1.69 Tue Oct 20 11:25:22 2009 +++ lms/modules/nodeinfo.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodeinfo.php,v 1.69 2009/10/20 09:25:22 alec Exp $ + * $Id: nodeinfo.php,v 1.70 2010/03/11 13:07:47 alec Exp $ */ function NodeStats($id, $dt) Index: lms/modules/nodelist.php diff -u lms/modules/nodelist.php:1.49 lms/modules/nodelist.php:1.50 --- lms/modules/nodelist.php:1.49 Tue Jan 13 08:45:52 2009 +++ lms/modules/nodelist.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodelist.php,v 1.49 2009/01/13 07:45:52 alec Exp $ + * $Id: nodelist.php,v 1.50 2010/03/11 13:07:47 alec Exp $ */ $layout['pagetitle'] = trans('Nodes List'); Index: lms/modules/nodelistshort.php diff -u lms/modules/nodelistshort.php:1.11 lms/modules/nodelistshort.php:1.12 --- lms/modules/nodelistshort.php:1.11 Tue Jan 13 08:45:52 2009 +++ lms/modules/nodelistshort.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodelistshort.php,v 1.11 2009/01/13 07:45:52 alec Exp $ + * $Id: nodelistshort.php,v 1.12 2010/03/11 13:07:47 alec Exp $ */ $customernodes = $LMS->GetCustomerNodes($_GET['id']); Index: lms/modules/nodeprint.php diff -u lms/modules/nodeprint.php:1.10 lms/modules/nodeprint.php:1.11 --- lms/modules/nodeprint.php:1.10 Tue Jan 13 08:45:52 2009 +++ lms/modules/nodeprint.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodeprint.php,v 1.10 2009/01/13 07:45:52 alec Exp $ + * $Id: nodeprint.php,v 1.11 2010/03/11 13:07:47 alec Exp $ */ $type = isset($_GET['type']) ? $_GET['type'] : ''; Index: lms/modules/nodescan.php diff -u lms/modules/nodescan.php:1.32 lms/modules/nodescan.php:1.33 --- lms/modules/nodescan.php:1.32 Thu May 14 19:27:33 2009 +++ lms/modules/nodescan.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodescan.php,v 1.32 2009/05/14 17:27:33 alec Exp $ + * $Id: nodescan.php,v 1.33 2010/03/11 13:07:47 alec Exp $ */ if($_GET['ownerid'] && $LMS->CustomerExists($_GET['ownerid'])) Index: lms/modules/nodesearch.php diff -u lms/modules/nodesearch.php:1.43 lms/modules/nodesearch.php:1.44 --- lms/modules/nodesearch.php:1.43 Thu Jun 18 10:58:41 2009 +++ lms/modules/nodesearch.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodesearch.php,v 1.43 2009/06/18 08:58:41 alec Exp $ + * $Id: nodesearch.php,v 1.44 2010/03/11 13:07:47 alec Exp $ */ function macformat($mac) Index: lms/modules/nodeset.php diff -u lms/modules/nodeset.php:1.37 lms/modules/nodeset.php:1.38 --- lms/modules/nodeset.php:1.37 Thu Dec 10 15:43:36 2009 +++ lms/modules/nodeset.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodeset.php,v 1.37 2009/12/10 14:43:36 alec Exp $ + * $Id: nodeset.php,v 1.38 2010/03/11 13:07:47 alec Exp $ */ $ownerid = isset($_GET['ownerid']) ? $_GET['ownerid'] : 0; Index: lms/modules/nodewarn.php diff -u lms/modules/nodewarn.php:1.29 lms/modules/nodewarn.php:1.30 --- lms/modules/nodewarn.php:1.29 Sun Mar 15 11:41:32 2009 +++ lms/modules/nodewarn.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: nodewarn.php,v 1.29 2009/03/15 10:41:32 alec Exp $ + * $Id: nodewarn.php,v 1.30 2010/03/11 13:07:47 alec Exp $ */ $setwarnings = isset($_POST['setwarnings']) ? $_POST['setwarnings'] : array(); Index: lms/modules/note.php diff -u lms/modules/note.php:1.3 lms/modules/note.php:1.4 --- lms/modules/note.php:1.3 Mon Sep 14 10:57:21 2009 +++ lms/modules/note.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: note.php,v 1.3 2009/09/14 08:57:21 alec Exp $ + * $Id: note.php,v 1.4 2010/03/11 13:07:47 alec Exp $ */ /* Index: lms/modules/noteadd.php diff -u lms/modules/noteadd.php:1.6 lms/modules/noteadd.php:1.7 --- lms/modules/noteadd.php:1.6 Wed Nov 18 15:56:12 2009 +++ lms/modules/noteadd.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: noteadd.php,v 1.6 2009/11/18 14:56:12 alec Exp $ + * $Id: noteadd.php,v 1.7 2010/03/11 13:07:47 alec Exp $ */ //$taxeslist = $LMS->GetTaxes(); Index: lms/modules/notedel.php diff -u lms/modules/notedel.php:1.1 lms/modules/notedel.php:1.2 --- lms/modules/notedel.php:1.1 Fri Aug 7 13:36:45 2009 +++ lms/modules/notedel.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: notedel.php,v 1.1 2009/08/07 11:36:45 alec Exp $ + * $Id: notedel.php,v 1.2 2010/03/11 13:07:47 alec Exp $ */ $id = intval($_GET['id']); Index: lms/modules/noteedit.php diff -u lms/modules/noteedit.php:1.2 lms/modules/noteedit.php:1.3 --- lms/modules/noteedit.php:1.2 Fri Nov 13 14:34:33 2009 +++ lms/modules/noteedit.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: noteedit.php,v 1.2 2009/11/13 13:34:33 alec Exp $ + * $Id: noteedit.php,v 1.3 2010/03/11 13:07:47 alec Exp $ */ //$taxeslist = $LMS->GetTaxes(); Index: lms/modules/notelist.php diff -u lms/modules/notelist.php:1.2 lms/modules/notelist.php:1.3 --- lms/modules/notelist.php:1.2 Thu Oct 1 09:23:55 2009 +++ lms/modules/notelist.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: notelist.php,v 1.2 2009/10/01 07:23:55 alec Exp $ + * $Id: notelist.php,v 1.3 2010/03/11 13:07:47 alec Exp $ */ function GetNotesList($search=NULL, $cat=NULL, $group=NULL, $hideclosed=NULL, $order, $pagelimit=100, $page=NULL) Index: lms/modules/notepaid.php diff -u lms/modules/notepaid.php:1.1 lms/modules/notepaid.php:1.2 --- lms/modules/notepaid.php:1.1 Fri Aug 7 13:36:45 2009 +++ lms/modules/notepaid.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: notepaid.php,v 1.1 2009/08/07 11:36:45 alec Exp $ + * $Id: notepaid.php,v 1.2 2010/03/11 13:07:47 alec Exp $ */ $SESSION->restore('ilm', $ilm); Index: lms/modules/number.php diff -u lms/modules/number.php:1.11 lms/modules/number.php:1.12 --- lms/modules/number.php:1.11 Fri Aug 7 13:36:45 2009 +++ lms/modules/number.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: number.php,v 1.11 2009/08/07 11:36:45 alec Exp $ + * $Id: number.php,v 1.12 2010/03/11 13:07:47 alec Exp $ */ if($doc = $DB->GetRow('SELECT number, cdate, type, template, extnumber Index: lms/modules/numberplanadd.php diff -u lms/modules/numberplanadd.php:1.13 lms/modules/numberplanadd.php:1.14 --- lms/modules/numberplanadd.php:1.13 Thu Mar 5 18:23:01 2009 +++ lms/modules/numberplanadd.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: numberplanadd.php,v 1.13 2009/03/05 17:23:01 alec Exp $ + * $Id: numberplanadd.php,v 1.14 2010/03/11 13:07:47 alec Exp $ */ $numberplanadd = isset($_POST['numberplanadd']) ? $_POST['numberplanadd'] : NULL; Index: lms/modules/numberplandel.php diff -u lms/modules/numberplandel.php:1.8 lms/modules/numberplandel.php:1.9 --- lms/modules/numberplandel.php:1.8 Tue Jan 13 08:45:52 2009 +++ lms/modules/numberplandel.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: numberplandel.php,v 1.8 2009/01/13 07:45:52 alec Exp $ + * $Id: numberplandel.php,v 1.9 2010/03/11 13:07:47 alec Exp $ */ $id = $_GET['id']; Index: lms/modules/numberplanedit.php diff -u lms/modules/numberplanedit.php:1.11 lms/modules/numberplanedit.php:1.12 --- lms/modules/numberplanedit.php:1.11 Thu Mar 5 18:23:01 2009 +++ lms/modules/numberplanedit.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: numberplanedit.php,v 1.11 2009/03/05 17:23:01 alec Exp $ + * $Id: numberplanedit.php,v 1.12 2010/03/11 13:07:47 alec Exp $ */ $numberplan = $DB->GetRow('SELECT id, period, template, doctype, isdefault Index: lms/modules/numberplanlist.php diff -u lms/modules/numberplanlist.php:1.13 lms/modules/numberplanlist.php:1.14 --- lms/modules/numberplanlist.php:1.13 Tue Jan 13 08:45:52 2009 +++ lms/modules/numberplanlist.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: numberplanlist.php,v 1.13 2009/01/13 07:45:52 alec Exp $ + * $Id: numberplanlist.php,v 1.14 2010/03/11 13:07:47 alec Exp $ */ function GetNumberPlanList() Index: lms/modules/paymentadd.php diff -u lms/modules/paymentadd.php:1.22 lms/modules/paymentadd.php:1.23 --- lms/modules/paymentadd.php:1.22 Thu Jun 18 10:58:41 2009 +++ lms/modules/paymentadd.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: paymentadd.php,v 1.22 2009/06/18 08:58:41 alec Exp $ + * $Id: paymentadd.php,v 1.23 2010/03/11 13:07:47 alec Exp $ */ $payment = isset($_POST['payment']) ? $_POST['payment'] : NULL; Index: lms/modules/paymentdel.php diff -u lms/modules/paymentdel.php:1.13 lms/modules/paymentdel.php:1.14 --- lms/modules/paymentdel.php:1.13 Tue Jan 13 08:45:52 2009 +++ lms/modules/paymentdel.php Thu Mar 11 14:07:47 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: paymentdel.php,v 1.13 2009/01/13 07:45:52 alec Exp $ + * $Id: paymentdel.php,v 1.14 2010/03/11 13:07:47 alec Exp $ */ if($_GET['is_sure']=='1') Index: lms/modules/paymentedit.php diff -u lms/modules/paymentedit.php:1.24 lms/modules/paymentedit.php:1.25 --- lms/modules/paymentedit.php:1.24 Thu Jun 18 10:58:41 2009 +++ lms/modules/paymentedit.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: paymentedit.php,v 1.24 2009/06/18 08:58:41 alec Exp $ + * $Id: paymentedit.php,v 1.25 2010/03/11 13:07:48 alec Exp $ */ if(!$LMS->PaymentExists($_GET['id'])) Index: lms/modules/paymentinfo.php diff -u lms/modules/paymentinfo.php:1.18 lms/modules/paymentinfo.php:1.19 --- lms/modules/paymentinfo.php:1.18 Tue Jan 13 08:45:53 2009 +++ lms/modules/paymentinfo.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: paymentinfo.php,v 1.18 2009/01/13 07:45:53 alec Exp $ + * $Id: paymentinfo.php,v 1.19 2010/03/11 13:07:48 alec Exp $ */ if(!$LMS->PaymentExists($_GET['id'])) Index: lms/modules/paymentlist.php diff -u lms/modules/paymentlist.php:1.16 lms/modules/paymentlist.php:1.17 --- lms/modules/paymentlist.php:1.16 Tue Jan 13 08:45:53 2009 +++ lms/modules/paymentlist.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: paymentlist.php,v 1.16 2009/01/13 07:45:53 alec Exp $ + * $Id: paymentlist.php,v 1.17 2010/03/11 13:07:48 alec Exp $ */ $layout['pagetitle'] = trans('Payments List'); Index: lms/modules/print.php diff -u lms/modules/print.php:1.134 lms/modules/print.php:1.135 --- lms/modules/print.php:1.134 Wed Nov 11 11:06:37 2009 +++ lms/modules/print.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: print.php,v 1.134 2009/11/11 10:06:37 alec Exp $ + * $Id: print.php,v 1.135 2010/03/11 13:07:48 alec Exp $ */ $type = isset($_GET['type']) ? $_GET['type'] : ''; Index: lms/modules/quicksearch.php diff -u lms/modules/quicksearch.php:1.64 lms/modules/quicksearch.php:1.65 --- lms/modules/quicksearch.php:1.64 Thu Jun 18 10:58:41 2009 +++ lms/modules/quicksearch.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: quicksearch.php,v 1.64 2009/06/18 08:58:41 alec Exp $ + * $Id: quicksearch.php,v 1.65 2010/03/11 13:07:48 alec Exp $ */ function macformat($mac) Index: lms/modules/receipt.php diff -u lms/modules/receipt.php:1.22 lms/modules/receipt.php:1.23 --- lms/modules/receipt.php:1.22 Thu Jan 29 17:39:20 2009 +++ lms/modules/receipt.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: receipt.php,v 1.22 2009/01/29 16:39:20 alec Exp $ + * $Id: receipt.php,v 1.23 2010/03/11 13:07:48 alec Exp $ */ function GetReceipt($id) Index: lms/modules/receipt_pdf.php diff -u lms/modules/receipt_pdf.php:1.12 lms/modules/receipt_pdf.php:1.13 --- lms/modules/receipt_pdf.php:1.12 Thu Jan 29 17:39:20 2009 +++ lms/modules/receipt_pdf.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: receipt_pdf.php,v 1.12 2009/01/29 16:39:20 alec Exp $ + * $Id: receipt_pdf.php,v 1.13 2010/03/11 13:07:48 alec Exp $ */ function receipt_header($x,$y) @@ -145,7 +145,7 @@ $pdf->line($xmax, $yy, $xmax, $y); $pdf->line($x, $y, $xmax, $y); - $y -= text_align_right($xmax,$y-6,$font_size/2,iconv("UTF-8","ISO-8859-2",'Copyright (C) 2001-2009 LMS Developers')); + $y -= text_align_right($xmax,$y-6,$font_size/2,iconv("UTF-8","ISO-8859-2",'Copyright (C) 2001-2010 LMS Developers')); $y -= 15; $pdf->setLineStyle(0.5, NULL, NULL, array(2,2)); $pdf->line($x-10, $y, $xmax+10, $y); Index: lms/modules/receiptadd.php diff -u lms/modules/receiptadd.php:1.63 lms/modules/receiptadd.php:1.64 --- lms/modules/receiptadd.php:1.63 Thu Jun 18 10:58:41 2009 +++ lms/modules/receiptadd.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: receiptadd.php,v 1.63 2009/06/18 08:58:41 alec Exp $ + * $Id: receiptadd.php,v 1.64 2010/03/11 13:07:48 alec Exp $ */ function GetCustomerCovenants($id) Index: lms/modules/receiptadv.php diff -u lms/modules/receiptadv.php:1.10 lms/modules/receiptadv.php:1.11 --- lms/modules/receiptadv.php:1.10 Thu Jun 18 10:58:41 2009 +++ lms/modules/receiptadv.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: receiptadv.php,v 1.10 2009/06/18 08:58:41 alec Exp $ + * $Id: receiptadv.php,v 1.11 2010/03/11 13:07:48 alec Exp $ */ if(isset($_GET['id'])) Index: lms/modules/receiptdel.php diff -u lms/modules/receiptdel.php:1.10 lms/modules/receiptdel.php:1.11 --- lms/modules/receiptdel.php:1.10 Tue Jan 13 08:45:53 2009 +++ lms/modules/receiptdel.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: receiptdel.php,v 1.10 2009/01/13 07:45:53 alec Exp $ + * $Id: receiptdel.php,v 1.11 2010/03/11 13:07:48 alec Exp $ */ $id = intval($_GET['id']); Index: lms/modules/receiptedit.php diff -u lms/modules/receiptedit.php:1.39 lms/modules/receiptedit.php:1.40 --- lms/modules/receiptedit.php:1.39 Thu Jun 18 10:58:41 2009 +++ lms/modules/receiptedit.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: receiptedit.php,v 1.39 2009/06/18 08:58:41 alec Exp $ + * $Id: receiptedit.php,v 1.40 2010/03/11 13:07:48 alec Exp $ */ if(isset($_GET['id'])) Index: lms/modules/receiptlist.php diff -u lms/modules/receiptlist.php:1.26 lms/modules/receiptlist.php:1.27 --- lms/modules/receiptlist.php:1.26 Thu Oct 1 09:23:55 2009 +++ lms/modules/receiptlist.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: receiptlist.php,v 1.26 2009/10/01 07:23:55 alec Exp $ + * $Id: receiptlist.php,v 1.27 2010/03/11 13:07:48 alec Exp $ */ function GetReceiptList($registry, $order='', $search=NULL, $cat=NULL, $from=0, $to=0, $advances=0) Index: lms/modules/register.php diff -u lms/modules/register.php:1.11 lms/modules/register.php:1.12 --- lms/modules/register.php:1.11 Tue Jan 13 08:45:53 2009 +++ lms/modules/register.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: register.php,v 1.11 2009/01/13 07:45:53 alec Exp $ + * $Id: register.php,v 1.12 2010/03/11 13:07:48 alec Exp $ */ if($_SERVER['REQUEST_METHOD'] == 'POST') Index: lms/modules/reload.php diff -u lms/modules/reload.php:1.51 lms/modules/reload.php:1.52 --- lms/modules/reload.php:1.51 Tue Jan 13 08:45:53 2009 +++ lms/modules/reload.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: reload.php,v 1.51 2009/01/13 07:45:53 alec Exp $ + * $Id: reload.php,v 1.52 2010/03/11 13:07:48 alec Exp $ */ $layout['pagetitle'] = trans('Configuration Reload'); Index: lms/modules/rtmessageadd.php diff -u lms/modules/rtmessageadd.php:1.65 lms/modules/rtmessageadd.php:1.66 --- lms/modules/rtmessageadd.php:1.65 Thu Jun 18 10:58:41 2009 +++ lms/modules/rtmessageadd.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtmessageadd.php,v 1.65 2009/06/18 08:58:41 alec Exp $ + * $Id: rtmessageadd.php,v 1.66 2010/03/11 13:07:48 alec Exp $ */ function MessageAdd($msg, $headers, $file=NULL) Index: lms/modules/rtmessagedel.php diff -u lms/modules/rtmessagedel.php:1.3 lms/modules/rtmessagedel.php:1.4 --- lms/modules/rtmessagedel.php:1.3 Tue Jan 13 08:45:53 2009 +++ lms/modules/rtmessagedel.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtmessagedel.php,v 1.3 2009/01/13 07:45:53 alec Exp $ + * $Id: rtmessagedel.php,v 1.4 2010/03/11 13:07:48 alec Exp $ */ $msg = intval($_GET['id']); Index: lms/modules/rtmessageview.php diff -u lms/modules/rtmessageview.php:1.28 lms/modules/rtmessageview.php:1.29 --- lms/modules/rtmessageview.php:1.28 Tue Jan 13 08:45:53 2009 +++ lms/modules/rtmessageview.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtmessageview.php,v 1.28 2009/01/13 07:45:53 alec Exp $ + * $Id: rtmessageview.php,v 1.29 2010/03/11 13:07:48 alec Exp $ */ if(isset($_GET['file'])) Index: lms/modules/rtnoteadd.php diff -u lms/modules/rtnoteadd.php:1.11 lms/modules/rtnoteadd.php:1.12 --- lms/modules/rtnoteadd.php:1.11 Tue Mar 17 14:19:51 2009 +++ lms/modules/rtnoteadd.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtnoteadd.php,v 1.11 2009/03/17 13:19:51 alec Exp $ + * $Id: rtnoteadd.php,v 1.12 2010/03/11 13:07:48 alec Exp $ */ if(isset($_GET['ticketid'])) Index: lms/modules/rtnotedel.php diff -u lms/modules/rtnotedel.php:1.4 lms/modules/rtnotedel.php:1.5 --- lms/modules/rtnotedel.php:1.4 Tue Jan 13 08:45:53 2009 +++ lms/modules/rtnotedel.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtnotedel.php,v 1.4 2009/01/13 07:45:53 alec Exp $ + * $Id: rtnotedel.php,v 1.5 2010/03/11 13:07:48 alec Exp $ */ if(!($ticketid = $DB->GetOne('SELECT ticketid FROM rtnotes WHERE id = ?', array(intval($_GET['id']))))) Index: lms/modules/rtprint.php diff -u lms/modules/rtprint.php:1.14 lms/modules/rtprint.php:1.15 --- lms/modules/rtprint.php:1.14 Wed Jan 20 09:31:43 2010 +++ lms/modules/rtprint.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtprint.php,v 1.14 2010/01/20 08:31:43 alec Exp $ + * $Id: rtprint.php,v 1.15 2010/03/11 13:07:48 alec Exp $ */ $type = isset($_GET['type']) ? $_GET['type'] : ''; Index: lms/modules/rtqueueadd.php diff -u lms/modules/rtqueueadd.php:1.28 lms/modules/rtqueueadd.php:1.29 --- lms/modules/rtqueueadd.php:1.28 Tue Jan 13 08:45:53 2009 +++ lms/modules/rtqueueadd.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtqueueadd.php,v 1.28 2009/01/13 07:45:53 alec Exp $ + * $Id: rtqueueadd.php,v 1.29 2010/03/11 13:07:48 alec Exp $ */ if(isset($_POST['queue'])) Index: lms/modules/rtqueuedel.php diff -u lms/modules/rtqueuedel.php:1.22 lms/modules/rtqueuedel.php:1.23 --- lms/modules/rtqueuedel.php:1.22 Tue Mar 9 10:23:00 2010 +++ lms/modules/rtqueuedel.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtqueuedel.php,v 1.22 2010/03/09 09:23:00 alec Exp $ + * $Id: rtqueuedel.php,v 1.23 2010/03/11 13:07:48 alec Exp $ */ $layout['pagetitle'] = trans('Remove queue ID: $0',sprintf("%04d",$_GET['id'])); Index: lms/modules/rtqueueedit.php diff -u lms/modules/rtqueueedit.php:1.18 lms/modules/rtqueueedit.php:1.19 --- lms/modules/rtqueueedit.php:1.18 Tue Jan 13 08:45:53 2009 +++ lms/modules/rtqueueedit.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtqueueedit.php,v 1.18 2009/01/13 07:45:53 alec Exp $ + * $Id: rtqueueedit.php,v 1.19 2010/03/11 13:07:48 alec Exp $ */ if(! $LMS->QueueExists($_GET['id'])) Index: lms/modules/rtqueueinfo.php diff -u lms/modules/rtqueueinfo.php:1.14 lms/modules/rtqueueinfo.php:1.15 --- lms/modules/rtqueueinfo.php:1.14 Tue Jan 13 08:45:53 2009 +++ lms/modules/rtqueueinfo.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtqueueinfo.php,v 1.14 2009/01/13 07:45:53 alec Exp $ + * $Id: rtqueueinfo.php,v 1.15 2010/03/11 13:07:48 alec Exp $ */ if(! $LMS->QueueExists($_GET['id'])) Index: lms/modules/rtqueuelist.php diff -u lms/modules/rtqueuelist.php:1.15 lms/modules/rtqueuelist.php:1.16 --- lms/modules/rtqueuelist.php:1.15 Tue Jan 13 08:45:53 2009 +++ lms/modules/rtqueuelist.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtqueuelist.php,v 1.15 2009/01/13 07:45:53 alec Exp $ + * $Id: rtqueuelist.php,v 1.16 2010/03/11 13:07:48 alec Exp $ */ $layout['pagetitle'] = trans('Queues List'); Index: lms/modules/rtqueueview.php diff -u lms/modules/rtqueueview.php:1.49 lms/modules/rtqueueview.php:1.50 --- lms/modules/rtqueueview.php:1.49 Wed Dec 16 21:43:28 2009 +++ lms/modules/rtqueueview.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtqueueview.php,v 1.49 2009/12/16 20:43:28 chilek Exp $ + * $Id: rtqueueview.php,v 1.50 2010/03/11 13:07:48 alec Exp $ */ if(isset($_GET['id'])) Index: lms/modules/rtsearch.php diff -u lms/modules/rtsearch.php:1.46 lms/modules/rtsearch.php:1.47 --- lms/modules/rtsearch.php:1.46 Thu Oct 1 09:23:55 2009 +++ lms/modules/rtsearch.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtsearch.php,v 1.46 2009/10/01 07:23:55 alec Exp $ + * $Id: rtsearch.php,v 1.47 2010/03/11 13:07:48 alec Exp $ */ function RTSearch($search, $order='createtime,desc') Index: lms/modules/rtticketadd.php diff -u lms/modules/rtticketadd.php:1.50 lms/modules/rtticketadd.php:1.51 --- lms/modules/rtticketadd.php:1.50 Tue Mar 17 14:19:51 2009 +++ lms/modules/rtticketadd.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtticketadd.php,v 1.50 2009/03/17 13:19:51 alec Exp $ + * $Id: rtticketadd.php,v 1.51 2010/03/11 13:07:48 alec Exp $ */ $queue = isset($_GET['id']) ? intval($_GET['id']) : 0; Index: lms/modules/rtticketdel.php diff -u lms/modules/rtticketdel.php:1.3 lms/modules/rtticketdel.php:1.4 --- lms/modules/rtticketdel.php:1.3 Tue Jan 13 08:45:54 2009 +++ lms/modules/rtticketdel.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtticketdel.php,v 1.3 2009/01/13 07:45:54 alec Exp $ + * $Id: rtticketdel.php,v 1.4 2010/03/11 13:07:48 alec Exp $ */ $ticket = intval($_GET['id']); Index: lms/modules/rtticketedit.php diff -u lms/modules/rtticketedit.php:1.36 lms/modules/rtticketedit.php:1.37 --- lms/modules/rtticketedit.php:1.36 Tue Mar 17 14:19:51 2009 +++ lms/modules/rtticketedit.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtticketedit.php,v 1.36 2009/03/17 13:19:51 alec Exp $ + * $Id: rtticketedit.php,v 1.37 2010/03/11 13:07:48 alec Exp $ */ if(($id = $_GET['id']) && !isset($_POST['ticket'])) Index: lms/modules/rtticketinfo.php diff -u lms/modules/rtticketinfo.php:1.3 lms/modules/rtticketinfo.php:1.4 --- lms/modules/rtticketinfo.php:1.3 Tue Jan 13 08:45:54 2009 +++ lms/modules/rtticketinfo.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtticketinfo.php,v 1.3 2009/01/13 07:45:54 alec Exp $ + * $Id: rtticketinfo.php,v 1.4 2010/03/11 13:07:48 alec Exp $ */ $id = $_GET['id']; Index: lms/modules/rtticketprint.php diff -u lms/modules/rtticketprint.php:1.19 lms/modules/rtticketprint.php:1.20 --- lms/modules/rtticketprint.php:1.19 Tue Jan 13 08:45:54 2009 +++ lms/modules/rtticketprint.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtticketprint.php,v 1.19 2009/01/13 07:45:54 alec Exp $ + * $Id: rtticketprint.php,v 1.20 2010/03/11 13:07:48 alec Exp $ */ if(! $LMS->TicketExists($_GET['id'])) Index: lms/modules/rtticketview.php diff -u lms/modules/rtticketview.php:1.40 lms/modules/rtticketview.php:1.41 --- lms/modules/rtticketview.php:1.40 Thu Mar 26 10:44:13 2009 +++ lms/modules/rtticketview.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtticketview.php,v 1.40 2009/03/26 09:44:13 alec Exp $ + * $Id: rtticketview.php,v 1.41 2010/03/11 13:07:48 alec Exp $ */ if(! $LMS->TicketExists($_GET['id'])) Index: lms/modules/stateadd.php diff -u lms/modules/stateadd.php:1.2 lms/modules/stateadd.php:1.3 --- lms/modules/stateadd.php:1.2 Tue Jan 13 08:45:54 2009 +++ lms/modules/stateadd.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: stateadd.php,v 1.2 2009/01/13 07:45:54 alec Exp $ + * $Id: stateadd.php,v 1.3 2010/03/11 13:07:48 alec Exp $ */ $stateadd = isset($_POST['stateadd']) ? $_POST['stateadd'] : NULL; Index: lms/modules/statedel.php diff -u lms/modules/statedel.php:1.2 lms/modules/statedel.php:1.3 --- lms/modules/statedel.php:1.2 Tue Jan 13 08:45:54 2009 +++ lms/modules/statedel.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: statedel.php,v 1.2 2009/01/13 07:45:54 alec Exp $ + * $Id: statedel.php,v 1.3 2010/03/11 13:07:48 alec Exp $ */ $id = intval($_GET['id']); Index: lms/modules/stateedit.php diff -u lms/modules/stateedit.php:1.2 lms/modules/stateedit.php:1.3 --- lms/modules/stateedit.php:1.2 Tue Jan 13 08:45:54 2009 +++ lms/modules/stateedit.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: stateedit.php,v 1.2 2009/01/13 07:45:54 alec Exp $ + * $Id: stateedit.php,v 1.3 2010/03/11 13:07:48 alec Exp $ */ $state = $DB->GetRow('SELECT * FROM states WHERE id=?', array($_GET['id'])); Index: lms/modules/statelist.php diff -u lms/modules/statelist.php:1.2 lms/modules/statelist.php:1.3 --- lms/modules/statelist.php:1.2 Tue Jan 13 08:45:54 2009 +++ lms/modules/statelist.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: statelist.php,v 1.2 2009/01/13 07:45:54 alec Exp $ + * $Id: statelist.php,v 1.3 2010/03/11 13:07:48 alec Exp $ */ $statelist = $DB->GetAll('SELECT * FROM states ORDER BY name'); Index: lms/modules/tariffadd.php diff -u lms/modules/tariffadd.php:1.64 lms/modules/tariffadd.php:1.65 --- lms/modules/tariffadd.php:1.64 Fri Oct 16 12:34:11 2009 +++ lms/modules/tariffadd.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: tariffadd.php,v 1.64 2009/10/16 10:34:11 alec Exp $ + * $Id: tariffadd.php,v 1.65 2010/03/11 13:07:48 alec Exp $ */ if(isset($_POST['tariff'])) Index: lms/modules/tariffdel.php diff -u lms/modules/tariffdel.php:1.6 lms/modules/tariffdel.php:1.7 --- lms/modules/tariffdel.php:1.6 Tue Jan 13 08:45:54 2009 +++ lms/modules/tariffdel.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: tariffdel.php,v 1.6 2009/01/13 07:45:54 alec Exp $ + * $Id: tariffdel.php,v 1.7 2010/03/11 13:07:48 alec Exp $ */ $id = intval($_GET['id']); Index: lms/modules/tariffedit.php diff -u lms/modules/tariffedit.php:1.51 lms/modules/tariffedit.php:1.52 --- lms/modules/tariffedit.php:1.51 Fri Oct 16 12:34:11 2009 +++ lms/modules/tariffedit.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: tariffedit.php,v 1.51 2009/10/16 10:34:11 alec Exp $ + * $Id: tariffedit.php,v 1.52 2010/03/11 13:07:48 alec Exp $ */ if(!$LMS->TariffExists($_GET['id'])) Index: lms/modules/tariffinfo.php diff -u lms/modules/tariffinfo.php:1.37 lms/modules/tariffinfo.php:1.38 --- lms/modules/tariffinfo.php:1.37 Tue Jan 13 08:45:54 2009 +++ lms/modules/tariffinfo.php Thu Mar 11 14:07:48 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: tariffinfo.php,v 1.37 2009/01/13 07:45:54 alec Exp $ + * $Id: tariffinfo.php,v 1.38 2010/03/11 13:07:48 alec Exp $ */ $netid = isset($_GET['netid']) ? intval($_GET['netid']) : NULL; Index: lms/modules/tarifflist.php diff -u lms/modules/tarifflist.php:1.40 lms/modules/tarifflist.php:1.41 --- lms/modules/tarifflist.php:1.40 Fri Oct 16 12:34:11 2009 +++ lms/modules/tarifflist.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: tarifflist.php,v 1.40 2009/10/16 10:34:11 alec Exp $ + * $Id: tarifflist.php,v 1.41 2010/03/11 13:07:49 alec Exp $ */ function GetTariffList($order='name,asc', $type=NULL, $customergroupid=NULL) Index: lms/modules/tariffmove.php diff -u lms/modules/tariffmove.php:1.29 lms/modules/tariffmove.php:1.30 --- lms/modules/tariffmove.php:1.29 Tue Jan 13 08:45:54 2009 +++ lms/modules/tariffmove.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: tariffmove.php,v 1.29 2009/01/13 07:45:54 alec Exp $ + * $Id: tariffmove.php,v 1.30 2010/03/11 13:07:49 alec Exp $ */ $from = intval($_GET['from']); Index: lms/modules/taxrateadd.php diff -u lms/modules/taxrateadd.php:1.11 lms/modules/taxrateadd.php:1.12 --- lms/modules/taxrateadd.php:1.11 Tue Jan 13 08:45:54 2009 +++ lms/modules/taxrateadd.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: taxrateadd.php,v 1.11 2009/01/13 07:45:54 alec Exp $ + * $Id: taxrateadd.php,v 1.12 2010/03/11 13:07:49 alec Exp $ */ $taxrateadd = isset($_POST['taxrateadd']) ? $_POST['taxrateadd'] : NULL; Index: lms/modules/taxratedel.php diff -u lms/modules/taxratedel.php:1.8 lms/modules/taxratedel.php:1.9 --- lms/modules/taxratedel.php:1.8 Tue Jan 13 08:45:54 2009 +++ lms/modules/taxratedel.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: taxratedel.php,v 1.8 2009/01/13 07:45:54 alec Exp $ + * $Id: taxratedel.php,v 1.9 2010/03/11 13:07:49 alec Exp $ */ $id = $_GET['id']; Index: lms/modules/taxrateedit.php diff -u lms/modules/taxrateedit.php:1.11 lms/modules/taxrateedit.php:1.12 --- lms/modules/taxrateedit.php:1.11 Tue Jan 13 08:45:54 2009 +++ lms/modules/taxrateedit.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: taxrateedit.php,v 1.11 2009/01/13 07:45:54 alec Exp $ + * $Id: taxrateedit.php,v 1.12 2010/03/11 13:07:49 alec Exp $ */ $taxrate = $DB->GetRow('SELECT * FROM taxes WHERE id=?', array($_GET['id'])); Index: lms/modules/taxratelist.php diff -u lms/modules/taxratelist.php:1.10 lms/modules/taxratelist.php:1.11 --- lms/modules/taxratelist.php:1.10 Tue Jan 13 08:45:54 2009 +++ lms/modules/taxratelist.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: taxratelist.php,v 1.10 2009/01/13 07:45:54 alec Exp $ + * $Id: taxratelist.php,v 1.11 2010/03/11 13:07:49 alec Exp $ */ function GetTaxRateList($order='name,asc') Index: lms/modules/template.php diff -u lms/modules/template.php:1.31 lms/modules/template.php:1.32 --- lms/modules/template.php:1.31 Tue Jan 13 08:45:54 2009 +++ lms/modules/template.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: template.php,v 1.31 2009/01/13 07:45:54 alec Exp $ + * $Id: template.php,v 1.32 2010/03/11 13:07:49 alec Exp $ */ $layout['pagetitle'] = trans('Module Title'); Index: lms/modules/traffic.php diff -u lms/modules/traffic.php:1.54 lms/modules/traffic.php:1.55 --- lms/modules/traffic.php:1.54 Thu Mar 4 13:14:18 2010 +++ lms/modules/traffic.php Thu Mar 11 14:07:49 2010 @@ -2,7 +2,7 @@ /* LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -20,7 +20,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: traffic.php,v 1.54 2010/03/04 12:14:18 chilek Exp $ + * $Id: traffic.php,v 1.55 2010/03/11 13:07:49 alec Exp $ */ function Traffic($from = 0, $to = 0, $net = 0, $customerid = 0, $order = '', $limit = 0) Index: lms/modules/trafficdbcompact.php diff -u lms/modules/trafficdbcompact.php:1.31 lms/modules/trafficdbcompact.php:1.32 --- lms/modules/trafficdbcompact.php:1.31 Wed Mar 25 10:46:59 2009 +++ lms/modules/trafficdbcompact.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: trafficdbcompact.php,v 1.31 2009/03/25 09:46:59 alec Exp $ + * $Id: trafficdbcompact.php,v 1.32 2010/03/11 13:07:49 alec Exp $ */ $layout['pagetitle'] = trans('Network Statistics Compacting'); Index: lms/modules/trafficgraph.php diff -u lms/modules/trafficgraph.php:1.3 lms/modules/trafficgraph.php:1.4 --- lms/modules/trafficgraph.php:1.3 Wed Mar 11 15:34:05 2009 +++ lms/modules/trafficgraph.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: trafficgraph.php,v 1.3 2009/03/11 14:34:05 alec Exp $ + * $Id: trafficgraph.php,v 1.4 2010/03/11 13:07:49 alec Exp $ */ if(!function_exists('imagecreate')) Index: lms/modules/trafficprint.php diff -u lms/modules/trafficprint.php:1.14 lms/modules/trafficprint.php:1.15 --- lms/modules/trafficprint.php:1.14 Tue Jan 13 08:45:55 2009 +++ lms/modules/trafficprint.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: trafficprint.php,v 1.14 2009/01/13 07:45:55 alec Exp $ + * $Id: trafficprint.php,v 1.15 2010/03/11 13:07:49 alec Exp $ */ $type = isset($_GET['type']) ? $_GET['type'] : ''; Index: lms/modules/transferforms.php diff -u lms/modules/transferforms.php:1.23 lms/modules/transferforms.php:1.24 --- lms/modules/transferforms.php:1.23 Sun Aug 23 08:46:24 2009 +++ lms/modules/transferforms.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: transferforms.php,v 1.23 2009/08/23 06:46:24 alec Exp $ + * $Id: transferforms.php,v 1.24 2010/03/11 13:07:49 alec Exp $ */ Index: lms/modules/transferforms2.php diff -u lms/modules/transferforms2.php:1.23 lms/modules/transferforms2.php:1.24 --- lms/modules/transferforms2.php:1.23 Mon May 25 10:01:31 2009 +++ lms/modules/transferforms2.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: transferforms2.php,v 1.23 2009/05/25 08:01:31 alec Exp $ + * $Id: transferforms2.php,v 1.24 2010/03/11 13:07:49 alec Exp $ */ // Przygotowane dla druków firmy Michalczyk i Prokop Sp. z o.o. Index: lms/modules/useradd.php diff -u lms/modules/useradd.php:1.78 lms/modules/useradd.php:1.79 --- lms/modules/useradd.php:1.78 Thu Jun 18 10:58:41 2009 +++ lms/modules/useradd.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: useradd.php,v 1.78 2009/06/18 08:58:41 alec Exp $ + * $Id: useradd.php,v 1.79 2010/03/11 13:07:49 alec Exp $ */ $acl = isset($_POST['acl']) ? $_POST['acl'] : array(); Index: lms/modules/userdel.php diff -u lms/modules/userdel.php:1.41 lms/modules/userdel.php:1.42 --- lms/modules/userdel.php:1.41 Tue Jan 13 08:45:55 2009 +++ lms/modules/userdel.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: userdel.php,v 1.41 2009/01/13 07:45:55 alec Exp $ + * $Id: userdel.php,v 1.42 2010/03/11 13:07:49 alec Exp $ */ if($_GET['is_sure']=='1') Index: lms/modules/useredit.php diff -u lms/modules/useredit.php:1.98 lms/modules/useredit.php:1.99 --- lms/modules/useredit.php:1.98 Thu Jun 18 10:58:41 2009 +++ lms/modules/useredit.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: useredit.php,v 1.98 2009/06/18 08:58:41 alec Exp $ + * $Id: useredit.php,v 1.99 2010/03/11 13:07:49 alec Exp $ */ if(!$LMS->UserExists($_GET['id'])) Index: lms/modules/userinfo.php diff -u lms/modules/userinfo.php:1.55 lms/modules/userinfo.php:1.56 --- lms/modules/userinfo.php:1.55 Tue Jan 13 08:45:55 2009 +++ lms/modules/userinfo.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: userinfo.php,v 1.55 2009/01/13 07:45:55 alec Exp $ + * $Id: userinfo.php,v 1.56 2010/03/11 13:07:49 alec Exp $ */ if(!$LMS->UserExists($_GET['id'])) Index: lms/modules/userlist.php diff -u lms/modules/userlist.php:1.60 lms/modules/userlist.php:1.61 --- lms/modules/userlist.php:1.60 Tue Jan 13 08:45:55 2009 +++ lms/modules/userlist.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: userlist.php,v 1.60 2009/01/13 07:45:55 alec Exp $ + * $Id: userlist.php,v 1.61 2010/03/11 13:07:49 alec Exp $ */ $layout['pagetitle'] = trans('Users List'); Index: lms/modules/userpanel.php diff -u lms/modules/userpanel.php:1.9 lms/modules/userpanel.php:1.10 --- lms/modules/userpanel.php:1.9 Tue Jan 13 08:45:55 2009 +++ lms/modules/userpanel.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: userpanel.php,v 1.9 2009/01/13 07:45:55 alec Exp $ + * $Id: userpanel.php,v 1.10 2010/03/11 13:07:49 alec Exp $ */ if(file_exists($CONFIG['directories']['userpanel_dir']."/lib/LMS.setup.php")) Index: lms/modules/userpasswd.php diff -u lms/modules/userpasswd.php:1.9 lms/modules/userpasswd.php:1.10 --- lms/modules/userpasswd.php:1.9 Tue Jan 13 08:45:55 2009 +++ lms/modules/userpasswd.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: userpasswd.php,v 1.9 2009/01/13 07:45:55 alec Exp $ + * $Id: userpasswd.php,v 1.10 2010/03/11 13:07:49 alec Exp $ */ $id = (isset($_GET['id'])) ? $_GET['id'] : $AUTH->id; Index: lms/modules/voipaccountadd.php diff -u lms/modules/voipaccountadd.php:1.4 lms/modules/voipaccountadd.php:1.5 --- lms/modules/voipaccountadd.php:1.4 Thu Jun 18 10:58:41 2009 +++ lms/modules/voipaccountadd.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: voipaccountadd.php,v 1.4 2009/06/18 08:58:41 alec Exp $ + * $Id: voipaccountadd.php,v 1.5 2010/03/11 13:07:49 alec Exp $ */ $voipaccountdata['ownerid'] = 0; Index: lms/modules/voipaccountdel.php diff -u lms/modules/voipaccountdel.php:1.2 lms/modules/voipaccountdel.php:1.3 --- lms/modules/voipaccountdel.php:1.2 Tue Jan 13 08:45:56 2009 +++ lms/modules/voipaccountdel.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: voipaccountdel.php,v 1.2 2009/01/13 07:45:56 alec Exp $ + * $Id: voipaccountdel.php,v 1.3 2010/03/11 13:07:49 alec Exp $ */ $voipaccountid = intval($_GET['id']); Index: lms/modules/voipaccountedit.php diff -u lms/modules/voipaccountedit.php:1.4 lms/modules/voipaccountedit.php:1.5 --- lms/modules/voipaccountedit.php:1.4 Thu Jun 18 10:58:41 2009 +++ lms/modules/voipaccountedit.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: voipaccountedit.php,v 1.4 2009/06/18 08:58:41 alec Exp $ + * $Id: voipaccountedit.php,v 1.5 2010/03/11 13:07:49 alec Exp $ */ if(!$LMS->VoipAccountExists($_GET['id'])) Index: lms/modules/voipaccountinfo.php diff -u lms/modules/voipaccountinfo.php:1.5 lms/modules/voipaccountinfo.php:1.6 --- lms/modules/voipaccountinfo.php:1.5 Thu Jun 18 10:58:42 2009 +++ lms/modules/voipaccountinfo.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: voipaccountinfo.php,v 1.5 2009/06/18 08:58:42 alec Exp $ + * $Id: voipaccountinfo.php,v 1.6 2010/03/11 13:07:49 alec Exp $ */ if(!preg_match('/^[0-9]+$/', $_GET['id'])) Index: lms/modules/voipaccountlist.php diff -u lms/modules/voipaccountlist.php:1.2 lms/modules/voipaccountlist.php:1.3 --- lms/modules/voipaccountlist.php:1.2 Tue Jan 13 08:45:56 2009 +++ lms/modules/voipaccountlist.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: voipaccountlist.php,v 1.2 2009/01/13 07:45:56 alec Exp $ + * $Id: voipaccountlist.php,v 1.3 2010/03/11 13:07:49 alec Exp $ */ $layout['pagetitle'] = trans('Voip Accounts List'); Index: lms/modules/voipaccountsearch.php diff -u lms/modules/voipaccountsearch.php:1.2 lms/modules/voipaccountsearch.php:1.3 --- lms/modules/voipaccountsearch.php:1.2 Tue Jan 13 08:45:56 2009 +++ lms/modules/voipaccountsearch.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: voipaccountsearch.php,v 1.2 2009/01/13 07:45:56 alec Exp $ + * $Id: voipaccountsearch.php,v 1.3 2010/03/11 13:07:49 alec Exp $ */ $SESSION->save('backto', $_SERVER['QUERY_STRING']); Index: lms/modules/welcome.php diff -u lms/modules/welcome.php:1.57 lms/modules/welcome.php:1.58 --- lms/modules/welcome.php:1.57 Thu Jun 18 11:36:51 2009 +++ lms/modules/welcome.php Thu Mar 11 14:07:49 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: welcome.php,v 1.57 2009/06/18 09:36:51 alec Exp $ + * $Id: welcome.php,v 1.58 2010/03/11 13:07:49 alec Exp $ */ require_once(LIB_DIR.'/Sysinfo.class.php'); From cvs w lms.org.pl Thu Mar 11 14:07:53 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:53 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/lib/locale/sk (strings.php) Message-ID: <20100311130753.A10B43027B2D@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:53 Author: alec Path: /cvsroot/lms/userpanel/lib/locale/sk Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/lib/locale/sk/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/lib/locale/sk/strings.php diff -u lms/userpanel/lib/locale/sk/strings.php:1.3 lms/userpanel/lib/locale/sk/strings.php:1.4 --- lms/userpanel/lib/locale/sk/strings.php:1.3 Fri May 15 12:56:00 2009 +++ lms/userpanel/lib/locale/sk/strings.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:00 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:53 alec Exp $ */ $_LANG['Access denied!'] = 'Prístup zamietnutý!'; From cvs w lms.org.pl Thu Mar 11 14:07:53 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:53 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/finances (6 files) Message-ID: <20100311130753.D4C493027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:53 Author: alec Path: /cvsroot/lms/userpanel/modules/finances Modified: configuration.php functions.php invoice.php invoice_pdf.php main.php transferform.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/finances/configuration.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/finances/functions.php.diff?&r1=1.4&r2=1.5 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/finances/invoice.php.diff?&r1=1.5&r2=1.6 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/finances/invoice_pdf.php.diff?&r1=1.8&r2=1.9 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/finances/main.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/finances/transferform.php.diff?&r1=1.4&r2=1.5 Index: lms/userpanel/modules/finances/configuration.php diff -u lms/userpanel/modules/finances/configuration.php:1.3 lms/userpanel/modules/finances/configuration.php:1.4 --- lms/userpanel/modules/finances/configuration.php:1.3 Fri May 15 12:56:00 2009 +++ lms/userpanel/modules/finances/configuration.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: configuration.php,v 1.3 2009/05/15 10:56:00 alec Exp $ + * $Id: configuration.php,v 1.4 2010/03/11 13:07:53 alec Exp $ */ $USERPANEL->AddModule(trans('Finances'), // Display name Index: lms/userpanel/modules/finances/functions.php diff -u lms/userpanel/modules/finances/functions.php:1.4 lms/userpanel/modules/finances/functions.php:1.5 --- lms/userpanel/modules/finances/functions.php:1.4 Thu Nov 5 13:00:52 2009 +++ lms/userpanel/modules/finances/functions.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: functions.php,v 1.4 2009/11/05 12:00:52 alec Exp $ + * $Id: functions.php,v 1.5 2010/03/11 13:07:53 alec Exp $ */ if (defined('USERPANEL_SETUPMODE')) Index: lms/userpanel/modules/finances/invoice.php diff -u lms/userpanel/modules/finances/invoice.php:1.5 lms/userpanel/modules/finances/invoice.php:1.6 --- lms/userpanel/modules/finances/invoice.php:1.5 Sat Jan 16 15:47:57 2010 +++ lms/userpanel/modules/finances/invoice.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: invoice.php,v 1.5 2010/01/16 14:47:57 chilek Exp $ + * $Id: invoice.php,v 1.6 2010/03/11 13:07:53 alec Exp $ */ global $LMS,$SESSION,$CONFIG,$_CONFIG,$SMARTY,$invoice, $layout, $type; Index: lms/userpanel/modules/finances/invoice_pdf.php diff -u lms/userpanel/modules/finances/invoice_pdf.php:1.8 lms/userpanel/modules/finances/invoice_pdf.php:1.9 --- lms/userpanel/modules/finances/invoice_pdf.php:1.8 Thu Nov 5 13:00:52 2009 +++ lms/userpanel/modules/finances/invoice_pdf.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: invoice_pdf.php,v 1.8 2009/11/05 12:00:52 alec Exp $ + * $Id: invoice_pdf.php,v 1.9 2010/03/11 13:07:53 alec Exp $ */ function invoice_body() Index: lms/userpanel/modules/finances/main.php diff -u lms/userpanel/modules/finances/main.php:1.3 lms/userpanel/modules/finances/main.php:1.4 --- lms/userpanel/modules/finances/main.php:1.3 Fri May 15 12:56:00 2009 +++ lms/userpanel/modules/finances/main.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: main.php,v 1.3 2009/05/15 10:56:00 alec Exp $ + * $Id: main.php,v 1.4 2010/03/11 13:07:53 alec Exp $ */ global $LMS,$SMARTY,$SESSION,$DB; Index: lms/userpanel/modules/finances/transferform.php diff -u lms/userpanel/modules/finances/transferform.php:1.4 lms/userpanel/modules/finances/transferform.php:1.5 --- lms/userpanel/modules/finances/transferform.php:1.4 Fri Oct 16 12:58:31 2009 +++ lms/userpanel/modules/finances/transferform.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: transferform.php,v 1.4 2009/10/16 10:58:31 alec Exp $ + * $Id: transferform.php,v 1.5 2010/03/11 13:07:53 alec Exp $ */ global $LMS,$CONFIG,$SESSION; From cvs w lms.org.pl Thu Mar 11 14:07:53 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:53 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/finances/locale/lt (strings.php) Message-ID: <20100311130753.EF4ED3027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:53 Author: alec Path: /cvsroot/lms/userpanel/modules/finances/locale/lt Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/finances/locale/lt/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/finances/locale/lt/strings.php diff -u lms/userpanel/modules/finances/locale/lt/strings.php:1.3 lms/userpanel/modules/finances/locale/lt/strings.php:1.4 --- lms/userpanel/modules/finances/locale/lt/strings.php:1.3 Fri May 15 12:56:00 2009 +++ lms/userpanel/modules/finances/locale/lt/strings.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:00 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:53 alec Exp $ */ $_LANG['$0 dollars $1 cents'] = '$0 Lt? $1 cnt.'; From cvs w lms.org.pl Thu Mar 11 14:07:54 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:54 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/help (2 files) Message-ID: <20100311130754.4F6D73027B2D@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:54 Author: alec Path: /cvsroot/lms/userpanel/modules/help Modified: configuration.php functions.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/help/configuration.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/help/functions.php.diff?&r1=1.4&r2=1.5 Index: lms/userpanel/modules/help/configuration.php diff -u lms/userpanel/modules/help/configuration.php:1.3 lms/userpanel/modules/help/configuration.php:1.4 --- lms/userpanel/modules/help/configuration.php:1.3 Fri May 15 12:56:01 2009 +++ lms/userpanel/modules/help/configuration.php Thu Mar 11 14:07:54 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: configuration.php,v 1.3 2009/05/15 10:56:01 alec Exp $ + * $Id: configuration.php,v 1.4 2010/03/11 13:07:54 alec Exp $ */ $USERPANEL->AddModule(trans('Help'), // Display name Index: lms/userpanel/modules/help/functions.php diff -u lms/userpanel/modules/help/functions.php:1.4 lms/userpanel/modules/help/functions.php:1.5 --- lms/userpanel/modules/help/functions.php:1.4 Fri May 15 12:56:01 2009 +++ lms/userpanel/modules/help/functions.php Thu Mar 11 14:07:54 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: functions.php,v 1.4 2009/05/15 10:56:01 alec Exp $ + * $Id: functions.php,v 1.5 2010/03/11 13:07:54 alec Exp $ */ function get_solution($id) From cvs w lms.org.pl Thu Mar 11 14:07:54 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:54 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/finances/locale/pl (strings.php) Message-ID: <20100311130754.15BF53027B2C@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:54 Author: alec Path: /cvsroot/lms/userpanel/modules/finances/locale/pl Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/finances/locale/pl/strings.php.diff?&r1=1.4&r2=1.5 Index: lms/userpanel/modules/finances/locale/pl/strings.php diff -u lms/userpanel/modules/finances/locale/pl/strings.php:1.4 lms/userpanel/modules/finances/locale/pl/strings.php:1.5 --- lms/userpanel/modules/finances/locale/pl/strings.php:1.4 Thu Nov 5 13:00:52 2009 +++ lms/userpanel/modules/finances/locale/pl/strings.php Thu Mar 11 14:07:53 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.4 2009/11/05 12:00:52 alec Exp $ + * $Id: strings.php,v 1.5 2010/03/11 13:07:53 alec Exp $ */ $_LANG['$0 dollars $1 cents'] = '$0 zł $1 gr'; From cvs w lms.org.pl Thu Mar 11 14:07:54 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:54 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/helpdesk (2 files) Message-ID: <20100311130754.BCB2D3027B2E@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:54 Author: alec Path: /cvsroot/lms/userpanel/modules/helpdesk Modified: configuration.php functions.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/helpdesk/configuration.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/helpdesk/functions.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/helpdesk/configuration.php diff -u lms/userpanel/modules/helpdesk/configuration.php:1.3 lms/userpanel/modules/helpdesk/configuration.php:1.4 --- lms/userpanel/modules/helpdesk/configuration.php:1.3 Fri May 15 12:56:01 2009 +++ lms/userpanel/modules/helpdesk/configuration.php Thu Mar 11 14:07:54 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: configuration.php,v 1.3 2009/05/15 10:56:01 alec Exp $ + * $Id: configuration.php,v 1.4 2010/03/11 13:07:54 alec Exp $ */ $USERPANEL->AddModule(trans('Helpdesk'), // Display name Index: lms/userpanel/modules/helpdesk/functions.php diff -u lms/userpanel/modules/helpdesk/functions.php:1.3 lms/userpanel/modules/helpdesk/functions.php:1.4 --- lms/userpanel/modules/helpdesk/functions.php:1.3 Fri May 15 12:56:01 2009 +++ lms/userpanel/modules/helpdesk/functions.php Thu Mar 11 14:07:54 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: functions.php,v 1.3 2009/05/15 10:56:01 alec Exp $ + * $Id: functions.php,v 1.4 2010/03/11 13:07:54 alec Exp $ */ if (defined('USERPANEL_SETUPMODE')) From cvs w lms.org.pl Thu Mar 11 14:07:54 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:54 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/help/locale/lt (strings.php) Message-ID: <20100311130754.670D53027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:54 Author: alec Path: /cvsroot/lms/userpanel/modules/help/locale/lt Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/help/locale/lt/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/help/locale/lt/strings.php diff -u lms/userpanel/modules/help/locale/lt/strings.php:1.3 lms/userpanel/modules/help/locale/lt/strings.php:1.4 --- lms/userpanel/modules/help/locale/lt/strings.php:1.3 Fri May 15 12:56:01 2009 +++ lms/userpanel/modules/help/locale/lt/strings.php Thu Mar 11 14:07:54 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:01 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:54 alec Exp $ */ $_LANG['Add'] = 'Prid?k'; From cvs w lms.org.pl Thu Mar 11 14:07:54 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:54 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/help/locale/pl (strings.php) Message-ID: <20100311130754.831623027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:54 Author: alec Path: /cvsroot/lms/userpanel/modules/help/locale/pl Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/help/locale/pl/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/help/locale/pl/strings.php diff -u lms/userpanel/modules/help/locale/pl/strings.php:1.3 lms/userpanel/modules/help/locale/pl/strings.php:1.4 --- lms/userpanel/modules/help/locale/pl/strings.php:1.3 Fri May 15 12:56:01 2009 +++ lms/userpanel/modules/help/locale/pl/strings.php Thu Mar 11 14:07:54 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:01 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:54 alec Exp $ */ $_LANG['Add'] = 'Dodaj'; From cvs w lms.org.pl Thu Mar 11 14:07:54 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:54 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/help/locale/sk (strings.php) Message-ID: <20100311130754.9ABA73027B2C@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:54 Author: alec Path: /cvsroot/lms/userpanel/modules/help/locale/sk Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/help/locale/sk/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/help/locale/sk/strings.php diff -u lms/userpanel/modules/help/locale/sk/strings.php:1.3 lms/userpanel/modules/help/locale/sk/strings.php:1.4 --- lms/userpanel/modules/help/locale/sk/strings.php:1.3 Fri May 15 12:56:01 2009 +++ lms/userpanel/modules/help/locale/sk/strings.php Thu Mar 11 14:07:54 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:01 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:54 alec Exp $ */ $_LANG['Add'] = 'Pridať'; From cvs w lms.org.pl Thu Mar 11 14:07:55 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:55 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/helpdesk/locale/sk (strings.php) Message-ID: <20100311130755.110D43027B2D@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:55 Author: alec Path: /cvsroot/lms/userpanel/modules/helpdesk/locale/sk Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/helpdesk/locale/sk/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/helpdesk/locale/sk/strings.php diff -u lms/userpanel/modules/helpdesk/locale/sk/strings.php:1.3 lms/userpanel/modules/helpdesk/locale/sk/strings.php:1.4 --- lms/userpanel/modules/helpdesk/locale/sk/strings.php:1.3 Fri May 15 12:56:01 2009 +++ lms/userpanel/modules/helpdesk/locale/sk/strings.php Thu Mar 11 14:07:54 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:01 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:54 alec Exp $ */ $_LANG['Allows you to contact with network administrator'] = 'Umožňuje vám kontaktovať správcu siete'; From cvs w lms.org.pl Thu Mar 11 14:07:54 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:54 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/helpdesk/locale/lt (strings.php) Message-ID: <20100311130754.D2D183027B2F@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:54 Author: alec Path: /cvsroot/lms/userpanel/modules/helpdesk/locale/lt Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/helpdesk/locale/lt/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/helpdesk/locale/lt/strings.php diff -u lms/userpanel/modules/helpdesk/locale/lt/strings.php:1.3 lms/userpanel/modules/helpdesk/locale/lt/strings.php:1.4 --- lms/userpanel/modules/helpdesk/locale/lt/strings.php:1.3 Fri May 15 12:56:01 2009 +++ lms/userpanel/modules/helpdesk/locale/lt/strings.php Thu Mar 11 14:07:54 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:01 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:54 alec Exp $ */ $_LANG['Allows you to contact with network administrator'] = 'Leidžia Jums susisiekti su administratoriumi'; From cvs w lms.org.pl Thu Mar 11 14:07:54 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:54 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/helpdesk/locale/pl (strings.php) Message-ID: <20100311130754.EC16B3027B30@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:54 Author: alec Path: /cvsroot/lms/userpanel/modules/helpdesk/locale/pl Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/helpdesk/locale/pl/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/helpdesk/locale/pl/strings.php diff -u lms/userpanel/modules/helpdesk/locale/pl/strings.php:1.3 lms/userpanel/modules/helpdesk/locale/pl/strings.php:1.4 --- lms/userpanel/modules/helpdesk/locale/pl/strings.php:1.3 Fri May 15 12:56:01 2009 +++ lms/userpanel/modules/helpdesk/locale/pl/strings.php Thu Mar 11 14:07:54 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:01 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:54 alec Exp $ */ $_LANG['Allows you to contact with network administrator'] = 'Pozwala Ci skontaktować się z administratorem'; From cvs w lms.org.pl Thu Mar 11 14:07:55 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:55 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/info/locale/lt (strings.php) Message-ID: <20100311130755.4AB5C3027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:55 Author: alec Path: /cvsroot/lms/userpanel/modules/info/locale/lt Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/info/locale/lt/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/info/locale/lt/strings.php diff -u lms/userpanel/modules/info/locale/lt/strings.php:1.3 lms/userpanel/modules/info/locale/lt/strings.php:1.4 --- lms/userpanel/modules/info/locale/lt/strings.php:1.3 Fri May 15 12:56:02 2009 +++ lms/userpanel/modules/info/locale/lt/strings.php Thu Mar 11 14:07:55 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:02 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:55 alec Exp $ */ $_LANG['Actualize data'] = 'Atanujink duomenis'; From cvs w lms.org.pl Thu Mar 11 14:07:55 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:55 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/info/locale/pl (strings.php) Message-ID: <20100311130755.6549E3027B2C@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:55 Author: alec Path: /cvsroot/lms/userpanel/modules/info/locale/pl Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/info/locale/pl/strings.php.diff?&r1=1.4&r2=1.5 Index: lms/userpanel/modules/info/locale/pl/strings.php diff -u lms/userpanel/modules/info/locale/pl/strings.php:1.4 lms/userpanel/modules/info/locale/pl/strings.php:1.5 --- lms/userpanel/modules/info/locale/pl/strings.php:1.4 Fri May 15 12:56:02 2009 +++ lms/userpanel/modules/info/locale/pl/strings.php Thu Mar 11 14:07:55 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.4 2009/05/15 10:56:02 alec Exp $ + * $Id: strings.php,v 1.5 2010/03/11 13:07:55 alec Exp $ */ $_LANG['Actualize data'] = 'Aktualizuj dane'; From cvs w lms.org.pl Thu Mar 11 14:07:55 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:55 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/info/locale/sk (strings.php) Message-ID: <20100311130755.7D15D3027B32@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:55 Author: alec Path: /cvsroot/lms/userpanel/modules/info/locale/sk Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/info/locale/sk/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/info/locale/sk/strings.php diff -u lms/userpanel/modules/info/locale/sk/strings.php:1.3 lms/userpanel/modules/info/locale/sk/strings.php:1.4 --- lms/userpanel/modules/info/locale/sk/strings.php:1.3 Fri May 15 12:56:02 2009 +++ lms/userpanel/modules/info/locale/sk/strings.php Thu Mar 11 14:07:55 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:02 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:55 alec Exp $ */ $_LANG['Actualize data'] = 'Aktualizovať Vaše údaje'; From cvs w lms.org.pl Thu Mar 11 14:07:55 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:55 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/logout/locale/lt (strings.php) Message-ID: <20100311130755.B6B5E3027B2E@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:55 Author: alec Path: /cvsroot/lms/userpanel/modules/logout/locale/lt Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/logout/locale/lt/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/logout/locale/lt/strings.php diff -u lms/userpanel/modules/logout/locale/lt/strings.php:1.3 lms/userpanel/modules/logout/locale/lt/strings.php:1.4 --- lms/userpanel/modules/logout/locale/lt/strings.php:1.3 Fri May 15 12:56:02 2009 +++ lms/userpanel/modules/logout/locale/lt/strings.php Thu Mar 11 14:07:55 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:02 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:55 alec Exp $ */ $_LANG['Allows you to logout'] = 'Paspausk, kad atsijungtum'; From cvs w lms.org.pl Thu Mar 11 14:07:55 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:55 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/info (2 files) Message-ID: <20100311130755.348513027B31@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:55 Author: alec Path: /cvsroot/lms/userpanel/modules/info Modified: configuration.php functions.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/info/configuration.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/info/functions.php.diff?&r1=1.5&r2=1.6 Index: lms/userpanel/modules/info/configuration.php diff -u lms/userpanel/modules/info/configuration.php:1.3 lms/userpanel/modules/info/configuration.php:1.4 --- lms/userpanel/modules/info/configuration.php:1.3 Fri May 15 12:56:02 2009 +++ lms/userpanel/modules/info/configuration.php Thu Mar 11 14:07:55 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: configuration.php,v 1.3 2009/05/15 10:56:02 alec Exp $ + * $Id: configuration.php,v 1.4 2010/03/11 13:07:55 alec Exp $ */ $USERPANEL->AddModule(trans('Info'), // Display name Index: lms/userpanel/modules/info/functions.php diff -u lms/userpanel/modules/info/functions.php:1.5 lms/userpanel/modules/info/functions.php:1.6 --- lms/userpanel/modules/info/functions.php:1.5 Sat Jun 27 21:47:07 2009 +++ lms/userpanel/modules/info/functions.php Thu Mar 11 14:07:55 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: functions.php,v 1.5 2009/06/27 19:47:07 alec Exp $ + * $Id: functions.php,v 1.6 2010/03/11 13:07:55 alec Exp $ */ function module_main() From cvs w lms.org.pl Thu Mar 11 14:07:55 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:55 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/logout/locale/sk (strings.php) Message-ID: <20100311130755.EBE8E3027B2D@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:55 Author: alec Path: /cvsroot/lms/userpanel/modules/logout/locale/sk Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/logout/locale/sk/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/logout/locale/sk/strings.php diff -u lms/userpanel/modules/logout/locale/sk/strings.php:1.3 lms/userpanel/modules/logout/locale/sk/strings.php:1.4 --- lms/userpanel/modules/logout/locale/sk/strings.php:1.3 Fri May 15 12:56:02 2009 +++ lms/userpanel/modules/logout/locale/sk/strings.php Thu Mar 11 14:07:55 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:02 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:55 alec Exp $ */ $_LANG['Allows you to logout'] = 'Kliknite pre odhlásenie'; From cvs w lms.org.pl Thu Mar 11 14:07:55 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:55 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/logout (2 files) Message-ID: <20100311130755.A08CF3027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:55 Author: alec Path: /cvsroot/lms/userpanel/modules/logout Modified: configuration.php functions.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/logout/configuration.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/logout/functions.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/logout/configuration.php diff -u lms/userpanel/modules/logout/configuration.php:1.3 lms/userpanel/modules/logout/configuration.php:1.4 --- lms/userpanel/modules/logout/configuration.php:1.3 Fri May 15 12:56:02 2009 +++ lms/userpanel/modules/logout/configuration.php Thu Mar 11 14:07:55 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: configuration.php,v 1.3 2009/05/15 10:56:02 alec Exp $ + * $Id: configuration.php,v 1.4 2010/03/11 13:07:55 alec Exp $ */ $USERPANEL->AddModule(trans('Logout'), // Display name Index: lms/userpanel/modules/logout/functions.php diff -u lms/userpanel/modules/logout/functions.php:1.3 lms/userpanel/modules/logout/functions.php:1.4 --- lms/userpanel/modules/logout/functions.php:1.3 Fri May 15 12:56:02 2009 +++ lms/userpanel/modules/logout/functions.php Thu Mar 11 14:07:55 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: functions.php,v 1.3 2009/05/15 10:56:02 alec Exp $ + * $Id: functions.php,v 1.4 2010/03/11 13:07:55 alec Exp $ */ function module_main() From cvs w lms.org.pl Thu Mar 11 14:07:55 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:55 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/logout/locale/pl (strings.php) Message-ID: <20100311130755.D18943027B33@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:55 Author: alec Path: /cvsroot/lms/userpanel/modules/logout/locale/pl Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/logout/locale/pl/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/logout/locale/pl/strings.php diff -u lms/userpanel/modules/logout/locale/pl/strings.php:1.3 lms/userpanel/modules/logout/locale/pl/strings.php:1.4 --- lms/userpanel/modules/logout/locale/pl/strings.php:1.3 Fri May 15 12:56:02 2009 +++ lms/userpanel/modules/logout/locale/pl/strings.php Thu Mar 11 14:07:55 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:02 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:55 alec Exp $ */ $_LANG['Allows you to logout'] = 'Kliknij aby się wylogować'; From cvs w lms.org.pl Thu Mar 11 14:07:56 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:56 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/messages (2 files) Message-ID: <20100311130756.19C983027B2F@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:56 Author: alec Path: /cvsroot/lms/userpanel/modules/messages Modified: configuration.php functions.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/messages/configuration.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/messages/functions.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/messages/configuration.php diff -u lms/userpanel/modules/messages/configuration.php:1.3 lms/userpanel/modules/messages/configuration.php:1.4 --- lms/userpanel/modules/messages/configuration.php:1.3 Fri May 15 12:56:02 2009 +++ lms/userpanel/modules/messages/configuration.php Thu Mar 11 14:07:55 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: configuration.php,v 1.3 2009/05/15 10:56:02 alec Exp $ + * $Id: configuration.php,v 1.4 2010/03/11 13:07:55 alec Exp $ */ $USERPANEL->AddModule(trans('Messages'), // Display name Index: lms/userpanel/modules/messages/functions.php diff -u lms/userpanel/modules/messages/functions.php:1.3 lms/userpanel/modules/messages/functions.php:1.4 --- lms/userpanel/modules/messages/functions.php:1.3 Fri May 15 12:56:02 2009 +++ lms/userpanel/modules/messages/functions.php Thu Mar 11 14:07:55 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: functions.php,v 1.3 2009/05/15 10:56:02 alec Exp $ + * $Id: functions.php,v 1.4 2010/03/11 13:07:55 alec Exp $ */ function module_main() From cvs w lms.org.pl Thu Mar 11 14:07:56 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:56 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/messages/locale/pl (strings.php) Message-ID: <20100311130756.4C5C13027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:56 Author: alec Path: /cvsroot/lms/userpanel/modules/messages/locale/pl Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/messages/locale/pl/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/messages/locale/pl/strings.php diff -u lms/userpanel/modules/messages/locale/pl/strings.php:1.3 lms/userpanel/modules/messages/locale/pl/strings.php:1.4 --- lms/userpanel/modules/messages/locale/pl/strings.php:1.3 Fri May 15 12:56:03 2009 +++ lms/userpanel/modules/messages/locale/pl/strings.php Thu Mar 11 14:07:56 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:03 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:56 alec Exp $ */ $_LANG['I confirm reading of message'] = 'Potwierdzam przeczytanie wiadomości'; From cvs w lms.org.pl Thu Mar 11 14:07:56 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:56 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/messages/locale/sk (strings.php) Message-ID: <20100311130756.60E0A3027B30@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:56 Author: alec Path: /cvsroot/lms/userpanel/modules/messages/locale/sk Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/messages/locale/sk/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/messages/locale/sk/strings.php diff -u lms/userpanel/modules/messages/locale/sk/strings.php:1.3 lms/userpanel/modules/messages/locale/sk/strings.php:1.4 --- lms/userpanel/modules/messages/locale/sk/strings.php:1.3 Fri May 15 12:56:03 2009 +++ lms/userpanel/modules/messages/locale/sk/strings.php Thu Mar 11 14:07:56 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:03 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:56 alec Exp $ */ $_LANG['I confirm reading of message'] = 'Potvrdzujem prečítanie správy'; From cvs w lms.org.pl Thu Mar 11 14:07:56 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:56 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/messages/locale/lt (strings.php) Message-ID: <20100311130756.2FFD93027B2C@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:56 Author: alec Path: /cvsroot/lms/userpanel/modules/messages/locale/lt Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/messages/locale/lt/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/messages/locale/lt/strings.php diff -u lms/userpanel/modules/messages/locale/lt/strings.php:1.3 lms/userpanel/modules/messages/locale/lt/strings.php:1.4 --- lms/userpanel/modules/messages/locale/lt/strings.php:1.3 Fri May 15 12:56:03 2009 +++ lms/userpanel/modules/messages/locale/lt/strings.php Thu Mar 11 14:07:56 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:03 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:56 alec Exp $ */ $_LANG['I confirm reading of message'] = 'Patvirtinu, jog žinutę perskaičiau'; From cvs w lms.org.pl Thu Mar 11 14:07:56 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:56 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/modules/locale/sk (strings.php) Message-ID: <20100311130756.D075D3027B34@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:56 Author: alec Path: /cvsroot/lms/userpanel/modules/modules/locale/sk Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/modules/locale/sk/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/modules/locale/sk/strings.php diff -u lms/userpanel/modules/modules/locale/sk/strings.php:1.3 lms/userpanel/modules/modules/locale/sk/strings.php:1.4 --- lms/userpanel/modules/modules/locale/sk/strings.php:1.3 Fri May 15 12:56:03 2009 +++ lms/userpanel/modules/modules/locale/sk/strings.php Thu Mar 11 14:07:56 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:03 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:56 alec Exp $ */ $_LANG['Modules'] = 'Moduly'; From cvs w lms.org.pl Thu Mar 11 14:07:57 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:57 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/stats/locale/lt (strings.php) Message-ID: <20100311130757.193B33027B2B@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:57 Author: alec Path: /cvsroot/lms/userpanel/modules/stats/locale/lt Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/stats/locale/lt/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/stats/locale/lt/strings.php diff -u lms/userpanel/modules/stats/locale/lt/strings.php:1.3 lms/userpanel/modules/stats/locale/lt/strings.php:1.4 --- lms/userpanel/modules/stats/locale/lt/strings.php:1.3 Fri May 15 12:56:03 2009 +++ lms/userpanel/modules/stats/locale/lt/strings.php Thu Mar 11 14:07:57 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:03 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:57 alec Exp $ */ $_LANG['All'] = 'Visi'; From cvs w lms.org.pl Thu Mar 11 14:07:56 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:56 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/modules (2 files) Message-ID: <20100311130756.8172F3027B2E@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:56 Author: alec Path: /cvsroot/lms/userpanel/modules/modules Modified: configuration.php functions.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/modules/configuration.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/modules/functions.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/modules/configuration.php diff -u lms/userpanel/modules/modules/configuration.php:1.3 lms/userpanel/modules/modules/configuration.php:1.4 --- lms/userpanel/modules/modules/configuration.php:1.3 Fri May 15 12:56:03 2009 +++ lms/userpanel/modules/modules/configuration.php Thu Mar 11 14:07:56 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: configuration.php,v 1.3 2009/05/15 10:56:03 alec Exp $ + * $Id: configuration.php,v 1.4 2010/03/11 13:07:56 alec Exp $ */ $USERPANEL->AddModule(trans('Modules'), // Display name Index: lms/userpanel/modules/modules/functions.php diff -u lms/userpanel/modules/modules/functions.php:1.3 lms/userpanel/modules/modules/functions.php:1.4 --- lms/userpanel/modules/modules/functions.php:1.3 Fri May 15 12:56:03 2009 +++ lms/userpanel/modules/modules/functions.php Thu Mar 11 14:07:56 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: functions.php,v 1.3 2009/05/15 10:56:03 alec Exp $ + * $Id: functions.php,v 1.4 2010/03/11 13:07:56 alec Exp $ */ function module_main() From cvs w lms.org.pl Thu Mar 11 14:07:56 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:56 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/modules/locale/pl (strings.php) Message-ID: <20100311130756.B5E7A3027B32@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:56 Author: alec Path: /cvsroot/lms/userpanel/modules/modules/locale/pl Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/modules/locale/pl/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/modules/locale/pl/strings.php diff -u lms/userpanel/modules/modules/locale/pl/strings.php:1.3 lms/userpanel/modules/modules/locale/pl/strings.php:1.4 --- lms/userpanel/modules/modules/locale/pl/strings.php:1.3 Fri May 15 12:56:03 2009 +++ lms/userpanel/modules/modules/locale/pl/strings.php Thu Mar 11 14:07:56 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:03 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:56 alec Exp $ */ $_LANG['Modules'] = 'Moduły'; From cvs w lms.org.pl Thu Mar 11 14:07:57 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:57 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/stats/locale/sk (strings.php) Message-ID: <20100311130757.4B6AF3027B2D@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:57 Author: alec Path: /cvsroot/lms/userpanel/modules/stats/locale/sk Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/stats/locale/sk/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/stats/locale/sk/strings.php diff -u lms/userpanel/modules/stats/locale/sk/strings.php:1.3 lms/userpanel/modules/stats/locale/sk/strings.php:1.4 --- lms/userpanel/modules/stats/locale/sk/strings.php:1.3 Fri May 15 12:56:04 2009 +++ lms/userpanel/modules/stats/locale/sk/strings.php Thu Mar 11 14:07:57 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:04 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:57 alec Exp $ */ $_LANG['All'] = 'Všetky'; From cvs w lms.org.pl Thu Mar 11 14:07:56 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:56 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/modules/locale/lt (strings.php) Message-ID: <20100311130756.9A8333027B31@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:56 Author: alec Path: /cvsroot/lms/userpanel/modules/modules/locale/lt Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/modules/locale/lt/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/modules/locale/lt/strings.php diff -u lms/userpanel/modules/modules/locale/lt/strings.php:1.3 lms/userpanel/modules/modules/locale/lt/strings.php:1.4 --- lms/userpanel/modules/modules/locale/lt/strings.php:1.3 Fri May 15 12:56:03 2009 +++ lms/userpanel/modules/modules/locale/lt/strings.php Thu Mar 11 14:07:56 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:03 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:56 alec Exp $ */ $_LANG['Modules'] = 'Moduliai'; From cvs w lms.org.pl Thu Mar 11 14:07:56 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:56 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/stats (2 files) Message-ID: <20100311130757.0180A3027B29@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:56 Author: alec Path: /cvsroot/lms/userpanel/modules/stats Modified: configuration.php functions.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/stats/configuration.php.diff?&r1=1.3&r2=1.4 http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/stats/functions.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/stats/configuration.php diff -u lms/userpanel/modules/stats/configuration.php:1.3 lms/userpanel/modules/stats/configuration.php:1.4 --- lms/userpanel/modules/stats/configuration.php:1.3 Fri May 15 12:56:03 2009 +++ lms/userpanel/modules/stats/configuration.php Thu Mar 11 14:07:56 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: configuration.php,v 1.3 2009/05/15 10:56:03 alec Exp $ + * $Id: configuration.php,v 1.4 2010/03/11 13:07:56 alec Exp $ */ $USERPANEL->AddModule(trans('Stats'), // Display name Index: lms/userpanel/modules/stats/functions.php diff -u lms/userpanel/modules/stats/functions.php:1.3 lms/userpanel/modules/stats/functions.php:1.4 --- lms/userpanel/modules/stats/functions.php:1.3 Fri May 15 12:56:03 2009 +++ lms/userpanel/modules/stats/functions.php Thu Mar 11 14:07:56 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: functions.php,v 1.3 2009/05/15 10:56:03 alec Exp $ + * $Id: functions.php,v 1.4 2010/03/11 13:07:56 alec Exp $ */ if (defined('USERPANEL_SETUPMODE')) From cvs w lms.org.pl Thu Mar 11 14:07:57 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 11 Mar 2010 14:07:57 +0100 (CET) Subject: [lms-commits] CVS update of lms/userpanel/modules/stats/locale/pl (strings.php) Message-ID: <20100311130757.33CDA3027B2C@hydra.altec.pl> Date: Thursday, March 11, 2010 @ 14:07:57 Author: alec Path: /cvsroot/lms/userpanel/modules/stats/locale/pl Modified: strings.php - updated copyrights year Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/userpanel/modules/stats/locale/pl/strings.php.diff?&r1=1.3&r2=1.4 Index: lms/userpanel/modules/stats/locale/pl/strings.php diff -u lms/userpanel/modules/stats/locale/pl/strings.php:1.3 lms/userpanel/modules/stats/locale/pl/strings.php:1.4 --- lms/userpanel/modules/stats/locale/pl/strings.php:1.3 Fri May 15 12:56:04 2009 +++ lms/userpanel/modules/stats/locale/pl/strings.php Thu Mar 11 14:07:57 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.3 2009/05/15 10:56:04 alec Exp $ + * $Id: strings.php,v 1.4 2010/03/11 13:07:57 alec Exp $ */ $_LANG['All'] = 'Wszystkie'; From cvs w lms.org.pl Fri Mar 12 08:38:16 2010 From: cvs w lms.org.pl (LMS CVS) Date: Fri, 12 Mar 2010 08:38:16 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules (5 files) Message-ID: <20100312073816.DEDD83027B2B@hydra.altec.pl> Date: Friday, March 12, 2010 @ 08:38:16 Author: alec Path: /cvsroot/lms/modules Modified: messageadd.php rtmessageadd.php rtnoteadd.php rtticketadd.php rtticketedit.php - set Date header in SendMail() Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/messageadd.php.diff?&r1=1.10&r2=1.11 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtmessageadd.php.diff?&r1=1.66&r2=1.67 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtnoteadd.php.diff?&r1=1.12&r2=1.13 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtticketadd.php.diff?&r1=1.51&r2=1.52 http://cvs.lms.org.pl/viewvc/Development/lms/modules/rtticketedit.php.diff?&r1=1.37&r2=1.38 Index: lms/modules/messageadd.php diff -u lms/modules/messageadd.php:1.10 lms/modules/messageadd.php:1.11 --- lms/modules/messageadd.php:1.10 Thu Mar 11 14:07:46 2010 +++ lms/modules/messageadd.php Fri Mar 12 08:38:16 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: messageadd.php,v 1.10 2010/03/11 13:07:46 alec Exp $ + * $Id: messageadd.php,v 1.11 2010/03/12 07:38:16 alec Exp $ */ function GetRecipients($filter, $type=MSG_MAIL) @@ -296,7 +296,6 @@ if(!empty($CONFIG['mail']['debug_email'])) echo ''.trans('Warning! Debug mode (using address $0).',$CONFIG['mail']['debug_email']).'
'; - $headers['Date'] = date('r'); $headers['From'] = '"'.$message['from'].'" <'.$message['sender'].'>'; $headers['Subject'] = $message['subject']; $headers['Reply-To'] = $headers['From']; Index: lms/modules/rtmessageadd.php diff -u lms/modules/rtmessageadd.php:1.66 lms/modules/rtmessageadd.php:1.67 --- lms/modules/rtmessageadd.php:1.66 Thu Mar 11 14:07:48 2010 +++ lms/modules/rtmessageadd.php Fri Mar 12 08:38:16 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtmessageadd.php,v 1.66 2010/03/11 13:07:48 alec Exp $ + * $Id: rtmessageadd.php,v 1.67 2010/03/12 07:38:16 alec Exp $ */ function MessageAdd($msg, $headers, $file=NULL) @@ -246,7 +246,6 @@ $mailfrom = $user['email'] ? $user['email'] : $queue['email']; - $headers['Date'] = date('r'); $headers['From'] = $mailfname.' <'.$mailfrom.'>'; $headers['Subject'] = sprintf("[RT#%06d] %s", $message['ticketid'], $DB->GetOne('SELECT subject FROM rttickets WHERE id = ?', array($message['ticketid']))); $headers['Reply-To'] = $headers['From']; Index: lms/modules/rtnoteadd.php diff -u lms/modules/rtnoteadd.php:1.12 lms/modules/rtnoteadd.php:1.13 --- lms/modules/rtnoteadd.php:1.12 Thu Mar 11 14:07:48 2010 +++ lms/modules/rtnoteadd.php Fri Mar 12 08:38:16 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtnoteadd.php,v 1.12 2010/03/11 13:07:48 alec Exp $ + * $Id: rtnoteadd.php,v 1.13 2010/03/12 07:38:16 alec Exp $ */ if(isset($_GET['ticketid'])) @@ -79,7 +79,6 @@ $mailfrom = $user['email'] ? $user['email'] : $queue['email']; - $headers['Date'] = date('r'); $headers['From'] = $mailfname.' <'.$mailfrom.'>'; $headers['Subject'] = sprintf("[RT#%06d] %s", $note['ticketid'], $DB->GetOne('SELECT subject FROM rttickets WHERE id = ?', array($note['ticketid']))); $headers['Reply-To'] = $headers['From']; Index: lms/modules/rtticketadd.php diff -u lms/modules/rtticketadd.php:1.51 lms/modules/rtticketadd.php:1.52 --- lms/modules/rtticketadd.php:1.51 Thu Mar 11 14:07:48 2010 +++ lms/modules/rtticketadd.php Fri Mar 12 08:38:16 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtticketadd.php,v 1.51 2010/03/11 13:07:48 alec Exp $ + * $Id: rtticketadd.php,v 1.52 2010/03/12 07:38:16 alec Exp $ */ $queue = isset($_GET['id']) ? intval($_GET['id']) : 0; @@ -90,7 +90,6 @@ else $mailfrom = $ticket['mailfrom']; - $headers['Date'] = date('r'); $headers['From'] = $mailfname.' <'.$mailfrom.'>'; $headers['Subject'] = sprintf("[RT#%06d] %s", $id, $ticket['subject']); $headers['Reply-To'] = $headers['From']; Index: lms/modules/rtticketedit.php diff -u lms/modules/rtticketedit.php:1.37 lms/modules/rtticketedit.php:1.38 --- lms/modules/rtticketedit.php:1.37 Thu Mar 11 14:07:48 2010 +++ lms/modules/rtticketedit.php Fri Mar 12 08:38:16 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: rtticketedit.php,v 1.37 2010/03/11 13:07:48 alec Exp $ + * $Id: rtticketedit.php,v 1.38 2010/03/12 07:38:16 alec Exp $ */ if(($id = $_GET['id']) && !isset($_POST['ticket'])) @@ -129,7 +129,6 @@ $mailfrom = $user['email'] ? $user['email'] : $queue['email']; - $headers['Date'] = date('r'); $headers['From'] = $mailfname.' <'.$mailfrom.'>'; $headers['Subject'] = sprintf("[RT#%06d] %s", $ticket['ticketid'], $ticket['subject']); $headers['Reply-To'] = $headers['From']; From cvs w lms.org.pl Fri Mar 12 08:38:16 2010 From: cvs w lms.org.pl (LMS CVS) Date: Fri, 12 Mar 2010 08:38:16 +0100 (CET) Subject: [lms-commits] CVS update of lms/lib (LMS.class.php) Message-ID: <20100312073816.A2E8C3027B29@hydra.altec.pl> Date: Friday, March 12, 2010 @ 08:38:16 Author: alec Path: /cvsroot/lms/lib Modified: LMS.class.php - set Date header in SendMail() Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/LMS.class.php.diff?&r1=1.1020&r2=1.1021 Index: lms/lib/LMS.class.php diff -u lms/lib/LMS.class.php:1.1020 lms/lib/LMS.class.php:1.1021 --- lms/lib/LMS.class.php:1.1020 Thu Mar 11 14:07:34 2010 +++ lms/lib/LMS.class.php Fri Mar 12 08:38:16 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: LMS.class.php,v 1.1020 2010/03/11 13:07:34 alec Exp $ + * $Id: LMS.class.php,v 1.1021 2010/03/12 07:38:16 alec Exp $ */ // LMS Class - contains internal LMS database functions used @@ -34,7 +34,7 @@ var $CONFIG; // table including lms.ini options var $cache = array(); // internal cache var $_version = '1.11-cvs'; // class version - var $_revision = '$Revision: 1.1020 $'; + var $_revision = '$Revision: 1.1021 $'; function LMS(&$DB, &$AUTH, &$CONFIG) // class variables setting { @@ -3752,6 +3752,9 @@ $headers['Mime-Version'] = '1.0'; $headers['Subject'] = qp_encode($headers['Subject']); + if (empty($headers['Date'])) + $headers['Date'] = date('r'); + if ($files) { $boundary = '-LMS-'.str_replace(' ', '.', microtime()); From cvs w lms.org.pl Fri Mar 12 08:40:50 2010 From: cvs w lms.org.pl (LMS CVS) Date: Fri, 12 Mar 2010 08:40:50 +0100 (CET) Subject: [lms-commits] CVS update of lms/templates (ewxchinfo.html) Message-ID: <20100312074050.963823027B29@hydra.altec.pl> Date: Friday, March 12, 2010 @ 08:40:50 Author: alec Path: /cvsroot/lms/templates Modified: ewxchinfo.html - fix icons Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/templates/ewxchinfo.html.diff?&r1=1.1&r2=1.2 Index: lms/templates/ewxchinfo.html diff -u lms/templates/ewxchinfo.html:1.1 lms/templates/ewxchinfo.html:1.2 --- lms/templates/ewxchinfo.html:1.1 Tue Mar 9 10:23:00 2010 +++ lms/templates/ewxchinfo.html Fri Mar 12 08:40:50 2010 @@ -1,5 +1,5 @@ {include file="header.html"} - +

{$layout.pagetitle}

@@ -9,7 +9,7 @@
- {t}Downceil:{/t} + {t}Downceil:{/t} {$channel.downceil} kbit/s @@ -18,7 +18,7 @@
- {t}Upceil:{/t} + {t}Upceil:{/t} {$channel.upceil} kbit/s From cvs w lms.org.pl Fri Mar 12 08:56:31 2010 From: cvs w lms.org.pl (LMS CVS) Date: Fri, 12 Mar 2010 08:56:31 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules (recordadd.php) Message-ID: <20100312075631.4A67C3027B29@hydra.altec.pl> Date: Friday, March 12, 2010 @ 08:56:31 Author: alec Path: /cvsroot/lms/modules Modified: recordadd.php - fix SQL query (for postgres) Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/recordadd.php.diff?&r1=1.11&r2=1.12 Index: lms/modules/recordadd.php diff -u lms/modules/recordadd.php:1.11 lms/modules/recordadd.php:1.12 --- lms/modules/recordadd.php:1.11 Wed Mar 10 14:08:32 2010 +++ lms/modules/recordadd.php Fri Mar 12 08:56:31 2010 @@ -64,7 +64,7 @@ if ($record['type'] == 'SOA') { - $soa=$DB->GetRow('SELECT type FROM records WHERE type="SOA" AND domain_id=?', array($record['domain_id'])); + $soa=$DB->GetRow('SELECT type FROM records WHERE type=\'SOA\' AND domain_id=?', array($record['domain_id'])); if ($soa['type'] == 'SOA') $error['type'] = trans('SOA record already exists'); } From cvs w lms.org.pl Mon Mar 15 15:34:45 2010 From: cvs w lms.org.pl (LMS CVS) Date: Mon, 15 Mar 2010 15:34:45 +0100 (CET) Subject: [lms-commits] CVS update of lms/templates (configadd.html) Message-ID: <20100315143445.0A2123027B29@hydra.altec.pl> Date: Monday, March 15, 2010 @ 15:34:44 Author: alec Path: /cvsroot/lms/templates Modified: configadd.html - add INPUT type Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/templates/configadd.html.diff?&r1=1.20&r2=1.21 Index: lms/templates/configadd.html diff -u lms/templates/configadd.html:1.20 lms/templates/configadd.html:1.21 --- lms/templates/configadd.html:1.20 Wed Feb 3 15:43:03 2010 +++ lms/templates/configadd.html Mon Mar 15 15:34:44 2010 @@ -1,5 +1,5 @@ {include file="header.html"} - +

{$layout.pagetitle}

@@ -12,7 +12,7 @@ {t}Name:{/t}
-   +   {t}Section:{/t} +
@@ -47,9 +68,12 @@ {/section}
+ {t}Attach stats{/t}  {t}Create new{/t} - {t}uncompressed{/t} / - {t}compressed{/t} + {t}uncompressed{/t} / + {t}compressed{/t}
+ {include file="footer.html} From cvs w lms.org.pl Wed Mar 17 19:32:41 2010 From: cvs w lms.org.pl (LMS CVS) Date: Wed, 17 Mar 2010 19:32:41 +0100 (CET) Subject: [lms-commits] CVS update of lms/lib/locale/pl (strings.php) Message-ID: <20100317183241.1A2563027B2C@hydra.altec.pl> Date: Wednesday, March 17, 2010 @ 19:32:41 Author: chilek Path: /cvsroot/lms/lib/locale/pl Modified: strings.php - we can omit stats data in database backup Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/pl/strings.php.diff?&r1=1.352&r2=1.353 Index: lms/lib/locale/pl/strings.php diff -u lms/lib/locale/pl/strings.php:1.352 lms/lib/locale/pl/strings.php:1.353 --- lms/lib/locale/pl/strings.php:1.352 Thu Mar 11 14:07:35 2010 +++ lms/lib/locale/pl/strings.php Wed Mar 17 19:32:40 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: strings.php,v 1.352 2010/03/11 13:07:35 alec Exp $ + * $Id: strings.php,v 1.353 2010/03/17 18:32:40 chilek Exp $ */ $_LANG['$0 ($1 addresses)'] = '$0 ($1 adresów)'; @@ -166,6 +166,7 @@ $_LANG['ascending'] = 'rosnąco'; $_LANG['Assigned:'] = 'Korzysta:'; $_LANG['Assign node to customer'] = 'Przypisz komputer klientowi'; +$_LANG['Attach stats'] = 'Dołącz statystyki'; $_LANG['Attachment:'] = 'Załącznik:'; $_LANG['Attachments:'] = 'Załączniki:'; $_LANG['Assign subscription to customer'] = 'Przypisz tą taryfę użytkownikowi'; From cvs w lms.org.pl Wed Mar 17 19:32:41 2010 From: cvs w lms.org.pl (LMS CVS) Date: Wed, 17 Mar 2010 19:32:41 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules (dbnew.php, dbrecover.php) Message-ID: <20100317183241.3DB313027B2D@hydra.altec.pl> Date: Wednesday, March 17, 2010 @ 19:32:41 Author: chilek Path: /cvsroot/lms/modules Modified: dbnew.php dbrecover.php - we can omit stats data in database backup Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/dbnew.php.diff?&r1=1.34&r2=1.35 http://cvs.lms.org.pl/viewvc/Development/lms/modules/dbrecover.php.diff?&r1=1.54&r2=1.55 Index: lms/modules/dbnew.php diff -u lms/modules/dbnew.php:1.34 lms/modules/dbnew.php:1.35 --- lms/modules/dbnew.php:1.34 Thu Mar 11 14:07:45 2010 +++ lms/modules/dbnew.php Wed Mar 17 19:32:41 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2010 LMS Developers + * (C) Copyright 2001-2009 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,15 +21,15 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: dbnew.php,v 1.34 2010/03/11 13:07:45 alec Exp $ + * $Id: dbnew.php,v 1.35 2010/03/17 18:32:41 chilek Exp $ */ set_time_limit(0); -if (isset($_GET['gz'])) - $LMS->DatabaseCreate(TRUE); -else - $LMS->DatabaseCreate(); +$gz = isset($_GET['gz']); +$stats = isset($_GET['stats']); + +$LMS->DatabaseCreate($gz, $stats); header('Location: ?m=dblist'); Index: lms/modules/dbrecover.php diff -u lms/modules/dbrecover.php:1.54 lms/modules/dbrecover.php:1.55 --- lms/modules/dbrecover.php:1.54 Thu Mar 11 14:07:45 2010 +++ lms/modules/dbrecover.php Wed Mar 17 19:32:41 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2010 LMS Developers + * (C) Copyright 2001-2009 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: dbrecover.php,v 1.54 2010/03/11 13:07:45 alec Exp $ + * $Id: dbrecover.php,v 1.55 2010/03/17 18:32:41 chilek Exp $ */ function DBLoad($filename=NULL) @@ -84,9 +84,9 @@ set_time_limit(0); if (!empty($_GET['gz'])) - $LMS->DatabaseCreate(TRUE); + $LMS->DatabaseCreate(TRUE, FALSE); else - $LMS->DatabaseCreate(); + $LMS->DatabaseCreate(FALSE, FALSE); $db = $_GET['db']; From cvs w lms.org.pl Wed Mar 17 19:58:51 2010 From: cvs w lms.org.pl (LMS CVS) Date: Wed, 17 Mar 2010 19:58:51 +0100 (CET) Subject: [lms-commits] CVS update of lms/lib (LMS.class.php) Message-ID: <20100317185851.D66E93027B29@hydra.altec.pl> Date: Wednesday, March 17, 2010 @ 19:58:51 Author: chilek Path: /cvsroot/lms/lib Modified: LMS.class.php - recover previous changes Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/LMS.class.php.diff?&r1=1.1022&r2=1.1023 Index: lms/lib/LMS.class.php diff -u lms/lib/LMS.class.php:1.1022 lms/lib/LMS.class.php:1.1023 --- lms/lib/LMS.class.php:1.1022 Wed Mar 17 19:32:40 2010 +++ lms/lib/LMS.class.php Wed Mar 17 19:58:51 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: LMS.class.php,v 1.1022 2010/03/17 18:32:40 chilek Exp $ + * $Id: LMS.class.php,v 1.1023 2010/03/17 18:58:51 chilek Exp $ */ // LMS Class - contains internal LMS database functions used @@ -34,7 +34,7 @@ var $CONFIG; // table including lms.ini options var $cache = array(); // internal cache var $_version = '1.11-cvs'; // class version - var $_revision = '$Revision: 1.1022 $'; + var $_revision = '$Revision: 1.1023 $'; function LMS(&$DB, &$AUTH, &$CONFIG) // class variables setting { @@ -73,7 +73,7 @@ * Database functions (backups) */ - function DBDump($filename=NULL,$gzipped=FALSE,$stats=FALSE) // dump database to file + function DBDump($filename=NULL, $gzipped=FALSE, $stats=FALSE) // dump database to file { if(! $filename) return FALSE; @@ -124,9 +124,9 @@ { $basename = 'lms-'.time().'-'.DBVERSION; if (($gzipped)&&(extension_loaded('zlib'))) - return $this->DBDump($this->CONFIG['directories']['backup_dir'].'/'.$basename.'.sql.gz',TRUE,$stats); + return $this->DBDump($this->CONFIG['directories']['backup_dir'].'/'.$basename.'.sql.gz', TRUE, $stats); else - return $this->DBDump($this->CONFIG['directories']['backup_dir'].'/'.$basename.'.sql',FALSE,$stats); + return $this->DBDump($this->CONFIG['directories']['backup_dir'].'/'.$basename.'.sql', FALSE, $stats); } /* @@ -810,14 +810,15 @@ warning, info, ownerid, location, lastonline, (SELECT COUNT(*) FROM nodegroupassignments WHERE nodeid = nodes.id) AS gcount - FROM nodes WHERE ownerid=? + FROM nodes WHERE ownerid=? ORDER BY name ASC '.($count ? 'LIMIT '.$count : ''), array($id))) { // assign network(s) to node record $networks = (array) $this->GetNetworks(); - + foreach($result as $idx => $node) { + $ids[$node['id']] = $idx; $delta = time()-$node['lastonline']; if($delta>$this->CONFIG['phpui']['lastonline_limit']) { @@ -844,6 +845,21 @@ break; } } + + // get EtherWerX channels + if (chkconfig($this->CONFIG['phpui']['ewx_support'])) + { + $channels = $this->DB->GetAllByKey('SELECT nodeid, channelid, c.name + FROM ewx_stm_nodes + LEFT JOIN ewx_channels c ON (c.id = channelid) + WHERE channelid != 0 + AND nodeid IN ('.implode(',', $ids).')', 'nodeid'); + + if ($channels) foreach($channels as $channel) { + $result[$ids[$channel['nodeid']]]['channelid'] = $channel['channelid']; + $result[$ids[$channel['nodeid']]]['channelname'] = $channel['name']; + } + } $result['total'] = sizeof($result); } @@ -1423,8 +1439,7 @@ // EtherWerX support (devices have some limits) // We must to replace big ID with smaller (first free) - if($id > 99999 && isset($this->CONFIG['phpui']['ewx_support']) - && chkconfig($this->CONFIG['phpui']['ewx_support'])) + if($id > 99999 && chkconfig($this->CONFIG['phpui']['ewx_support'])) { $this->DB->BeginTrans(); $this->DB->LockTables('nodes'); @@ -3028,7 +3043,7 @@ } function NetDevAdd($netdevdata) { - if($this->DB->Execute('INSERT INTO netdevices (name, location, + if ($this->DB->Execute('INSERT INTO netdevices (name, location, description, producer, model, serialnumber, ports, purchasetime, guaranteeperiod, shortname, nastype, clients, secret, community, channelid) @@ -3048,8 +3063,32 @@ $netdevdata['secret'], $netdevdata['community'], !empty($netdevdata['channelid']) ? $netdevdata['channelid'] : NULL, - ))) - return $this->DB->GetLastInsertID('netdevices'); + ))) { + + $id = $this->DB->GetLastInsertID('netdevices'); + + // EtherWerX support (devices have some limits) + // We must to replace big ID with smaller (first free) + if($id > 99999 && chkconfig($this->CONFIG['phpui']['ewx_support'])) + { + $this->DB->BeginTrans(); + $this->DB->LockTables('ewx_channels'); + + if($newid = $this->DB->GetOne('SELECT n.id + 1 FROM ewx_channels n + LEFT OUTER JOIN ewx_channels n2 ON n.id + 1 = n2.id + WHERE n2.id IS NULL AND n.id <= 99999 + ORDER BY n.id ASC LIMIT 1')) + { + $this->DB->Execute('UPDATE ewx_channels SET id = ? WHERE id = ?', array($newid, $id)); + $id = $newid; + } + + $this->DB->UnLockTables(); + $this->DB->CommitTrans(); + } + + return $id; + } else return FALSE; } @@ -3713,6 +3752,9 @@ $headers['Mime-Version'] = '1.0'; $headers['Subject'] = qp_encode($headers['Subject']); + if (empty($headers['Date'])) + $headers['Date'] = date('r'); + if ($files) { $boundary = '-LMS-'.str_replace(' ', '.', microtime()); From cvs w lms.org.pl Thu Mar 18 07:34:22 2010 From: cvs w lms.org.pl (LMS CVS) Date: Thu, 18 Mar 2010 07:34:22 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules (dbnew.php, dbrecover.php) Message-ID: <20100318063422.29B4A3027B29@hydra.altec.pl> Date: Thursday, March 18, 2010 @ 07:34:22 Author: chilek Path: /cvsroot/lms/modules Modified: dbnew.php dbrecover.php - copyright fix Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/dbnew.php.diff?&r1=1.35&r2=1.36 http://cvs.lms.org.pl/viewvc/Development/lms/modules/dbrecover.php.diff?&r1=1.55&r2=1.56 Index: lms/modules/dbnew.php diff -u lms/modules/dbnew.php:1.35 lms/modules/dbnew.php:1.36 --- lms/modules/dbnew.php:1.35 Wed Mar 17 19:32:41 2010 +++ lms/modules/dbnew.php Thu Mar 18 07:34:21 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: dbnew.php,v 1.35 2010/03/17 18:32:41 chilek Exp $ + * $Id: dbnew.php,v 1.36 2010/03/18 06:34:21 chilek Exp $ */ set_time_limit(0); Index: lms/modules/dbrecover.php diff -u lms/modules/dbrecover.php:1.55 lms/modules/dbrecover.php:1.56 --- lms/modules/dbrecover.php:1.55 Wed Mar 17 19:32:41 2010 +++ lms/modules/dbrecover.php Thu Mar 18 07:34:21 2010 @@ -3,7 +3,7 @@ /* * LMS version 1.11-cvs * - * (C) Copyright 2001-2009 LMS Developers + * (C) Copyright 2001-2010 LMS Developers * * Please, see the doc/AUTHORS for more information about authors! * @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: dbrecover.php,v 1.55 2010/03/17 18:32:41 chilek Exp $ + * $Id: dbrecover.php,v 1.56 2010/03/18 06:34:21 chilek Exp $ */ function DBLoad($filename=NULL) From cvs w lms.org.pl Fri Mar 19 12:58:23 2010 From: cvs w lms.org.pl (LMS CVS) Date: Fri, 19 Mar 2010 12:58:23 +0100 (CET) Subject: [lms-commits] CVS update of lms/lib (config.php) Message-ID: <20100319115823.1C7A03027B29@hydra.altec.pl> Date: Friday, March 19, 2010 @ 12:58:23 Author: alec Path: /cvsroot/lms/lib Modified: config.php - add default for cashreglog_pagelimit option Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/config.php.diff?&r1=1.9&r2=1.10 Index: lms/lib/config.php diff -u lms/lib/config.php:1.9 lms/lib/config.php:1.10 --- lms/lib/config.php:1.9 Thu Mar 11 14:07:34 2010 +++ lms/lib/config.php Fri Mar 19 12:58:22 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: config.php,v 1.9 2010/03/11 13:07:34 alec Exp $ + * $Id: config.php,v 1.10 2010/03/19 11:58:22 alec Exp $ */ function chkconfig($value, $default = FALSE) @@ -73,6 +73,7 @@ 'networkhosts_pagelimit' => 256, 'messagelist_pagelimit' => 100, 'recordlist_pagelimit' => 100, + 'cashreglog_pagelimit' => 100, 'reload_type' => 'sql', 'reload_execcmd' => '/bin/true', 'reload_sqlquery' => '', From cvs w lms.org.pl Fri Mar 19 13:30:47 2010 From: cvs w lms.org.pl (LMS CVS) Date: Fri, 19 Mar 2010 13:30:47 +0100 (CET) Subject: [lms-commits] CVS update of lms/modules (cashreglogadd.php) Message-ID: <20100319123047.89E323027B29@hydra.altec.pl> Date: Friday, March 19, 2010 @ 13:30:47 Author: alec Path: /cvsroot/lms/modules Modified: cashreglogadd.php - fixed regexp Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/cashreglogadd.php.diff?&r1=1.9&r2=1.10 Index: lms/modules/cashreglogadd.php diff -u lms/modules/cashreglogadd.php:1.9 lms/modules/cashreglogadd.php:1.10 --- lms/modules/cashreglogadd.php:1.9 Thu Mar 11 14:07:44 2010 +++ lms/modules/cashreglogadd.php Fri Mar 19 13:30:47 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: cashreglogadd.php,v 1.9 2010/03/11 13:07:44 alec Exp $ + * $Id: cashreglogadd.php,v 1.10 2010/03/19 12:30:47 alec Exp $ */ $regid = isset($_GET['regid']) ? $_GET['regid'] : 0; @@ -59,7 +59,7 @@ if($reglog['time']) { - if(preg_match('/^([0-9]{4}/[0-9]{2}/[0-9]{2})\s+([0-9]{2}:[0-9]{2})$/', $reglog['time'], $matches)) + if(preg_match('/^([0-9]{4}\/[0-9]{2}\/[0-9]{2})\s+([0-9]{2}:[0-9]{2})$/', $reglog['time'], $matches)) { // date format 'yyyy/mm/dd hh:mm' $date = explode('/', $matches[1]); From cvs w lms.org.pl Mon Mar 29 21:10:15 2010 From: cvs w lms.org.pl (LMS CVS) Date: Mon, 29 Mar 2010 21:10:15 +0200 (CEST) Subject: [lms-commits] CVS update of lms/modules (divisionadd.php, divisionedit.php) Message-ID: <20100329191015.19F5A3027B29@hydra.altec.pl> Date: Monday, March 29, 2010 @ 21:10:15 Author: chilek Path: /cvsroot/lms/modules Modified: divisionadd.php divisionedit.php - two country code letters are allowed at the start of account Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/modules/divisionadd.php.diff?&r1=1.11&r2=1.12 http://cvs.lms.org.pl/viewvc/Development/lms/modules/divisionedit.php.diff?&r1=1.8&r2=1.9 Index: lms/modules/divisionadd.php diff -u lms/modules/divisionadd.php:1.11 lms/modules/divisionadd.php:1.12 --- lms/modules/divisionadd.php:1.11 Thu Mar 11 14:07:45 2010 +++ lms/modules/divisionadd.php Mon Mar 29 21:10:14 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: divisionadd.php,v 1.11 2010/03/11 13:07:45 alec Exp $ + * $Id: divisionadd.php,v 1.12 2010/03/29 19:10:14 chilek Exp $ */ if(!empty($_POST['division'])) @@ -64,7 +64,7 @@ if($division['regon'] != '' && !check_regon($division['regon'])) $error['regon'] = trans('Incorrect Business Registration Number!'); - if($division['account'] != '' && (strlen($division['account'])>48 || !preg_match('/^[0-9]+$/', $division['account']))) + if($division['account'] != '' && (strlen($division['account'])>48 || !preg_match('/^([A-Z][A-Z])?[0-9]+$/', $division['account']))) $error['account'] = trans('Wrong account number!'); if($division['inv_paytime'] == '') Index: lms/modules/divisionedit.php diff -u lms/modules/divisionedit.php:1.8 lms/modules/divisionedit.php:1.9 --- lms/modules/divisionedit.php:1.8 Thu Mar 11 14:07:45 2010 +++ lms/modules/divisionedit.php Mon Mar 29 21:10:14 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: divisionedit.php,v 1.8 2010/03/11 13:07:45 alec Exp $ + * $Id: divisionedit.php,v 1.9 2010/03/29 19:10:14 chilek Exp $ */ if(!empty($_GET['changestatus'])) @@ -78,7 +78,7 @@ if($division['regon'] != '' && !check_regon($division['regon'])) $error['regon'] = trans('Incorrect Business Registration Number!'); - if($division['account'] != '' && (strlen($division['account'])>48 || !preg_match('/^[0-9]+$/', $division['account']))) + if($division['account'] != '' && (strlen($division['account'])>48 || !preg_match('/^([A-Z][A-Z])?[0-9]+$/', $division['account']))) $error['account'] = trans('Wrong account number!'); if($division['inv_paytime'] == '') From cvs w lms.org.pl Mon Mar 29 21:13:14 2010 From: cvs w lms.org.pl (LMS CVS) Date: Mon, 29 Mar 2010 21:13:14 +0200 (CEST) Subject: [lms-commits] CVS update of lms/lib/locale/lt (functions.php) Message-ID: <20100329191314.410343027B29@hydra.altec.pl> Date: Monday, March 29, 2010 @ 21:13:14 Author: chilek Path: /cvsroot/lms/lib/locale/lt Modified: functions.php - two country code letters are allowed at the start of account Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/locale/lt/functions.php.diff?&r1=1.8&r2=1.9 Index: lms/lib/locale/lt/functions.php diff -u lms/lib/locale/lt/functions.php:1.8 lms/lib/locale/lt/functions.php:1.9 --- lms/lib/locale/lt/functions.php:1.8 Thu Mar 11 14:07:35 2010 +++ lms/lib/locale/lt/functions.php Mon Mar 29 21:13:14 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: functions.php,v 1.8 2010/03/11 13:07:35 alec Exp $ + * $Id: functions.php,v 1.9 2010/03/29 19:13:14 chilek Exp $ */ function bankaccount($id, $account=NULL) @@ -38,7 +38,7 @@ { $cc = '2129'; // Country Code - Lithuania $format = '%0'.(16 - $acclen) .'d'; - return sprintf('%02d',98-bcmod($account.sprintf($format,$id).$cc.'00',97)).$account.sprintf($format,$id); + return 'LT'.sprintf('%02d',98-bcmod($account.sprintf($format,$id).$cc.'00',97)).$account.sprintf($format,$id); } return $account; From cvs w lms.org.pl Tue Mar 30 09:29:07 2010 From: cvs w lms.org.pl (LMS CVS) Date: Tue, 30 Mar 2010 09:29:07 +0200 (CEST) Subject: [lms-commits] CVS update of lms/doc (ChangeLog) Message-ID: <20100330072907.6A9B23027B2D@hydra.altec.pl> Date: Tuesday, March 30, 2010 @ 09:29:07 Author: alec Path: /cvsroot/lms/doc Modified: ChangeLog - fix encoding of mail messages sent by perl scripts Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/doc/ChangeLog.diff?&r1=1.1485&r2=1.1486 Index: lms/doc/ChangeLog diff -u lms/doc/ChangeLog:1.1485 lms/doc/ChangeLog:1.1486 --- lms/doc/ChangeLog:1.1485 Wed Mar 17 19:32:40 2010 +++ lms/doc/ChangeLog Tue Mar 30 09:29:07 2010 @@ -1,4 +1,4 @@ -$Id: ChangeLog,v 1.1485 2010/03/17 18:32:40 chilek Exp $ +$Id: ChangeLog,v 1.1486 2010/03/30 07:29:07 alec Exp $ version ? (????-??-??) @@ -53,6 +53,7 @@ - Added peak memory usage info in page footer (alec) - Added EtherWerX STM channels management (alec) - we can omit stats data in database backup (chilan) + - fix encoding of mail messages sent by perl scripts (alec) version 1.11.9 Moloc (2009-10-28): From cvs w lms.org.pl Tue Mar 30 09:29:07 2010 From: cvs w lms.org.pl (LMS CVS) Date: Tue, 30 Mar 2010 09:29:07 +0200 (CEST) Subject: [lms-commits] CVS update of lms/bin (6 files) Message-ID: <20100330072907.4CBCD3027B29@hydra.altec.pl> Date: Tuesday, March 30, 2010 @ 09:29:07 Author: alec Path: /cvsroot/lms/bin Modified: lms-notify lms-notify-messages lms-notify-sms lms-reminder lms-rtparser lms-sendinvoices - fix encoding of mail messages sent by perl scripts Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-notify.diff?&r1=1.71&r2=1.72 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-notify-messages.diff?&r1=1.2&r2=1.3 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-notify-sms.diff?&r1=1.41&r2=1.42 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-reminder.diff?&r1=1.22&r2=1.23 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-rtparser.diff?&r1=1.82&r2=1.83 http://cvs.lms.org.pl/viewvc/Development/lms/bin/lms-sendinvoices.diff?&r1=1.48&r2=1.49 Index: lms/bin/lms-notify diff -u lms/bin/lms-notify:1.71 lms/bin/lms-notify:1.72 --- lms/bin/lms-notify:1.71 Thu Mar 11 14:07:28 2010 +++ lms/bin/lms-notify Tue Mar 30 09:29:06 2010 @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, # USA. # -# $Id: lms-notify,v 1.71 2010/03/11 13:07:28 alec Exp $ +# $Id: lms-notify,v 1.72 2010/03/30 07:29:06 alec Exp $ use strict; use DBI; @@ -31,6 +31,7 @@ use MIME::QuotedPrint; use Mail::Sender; + my $_version = '1.11-cvs'; my %options = ( @@ -172,12 +173,21 @@ exit 1; } +sub encode_header +{ + my $subject = shift; + $subject = encode_qp($subject, ''); + $subject =~ s/ /_/g; + # @TODO: split long lines + return "=?UTF-8?Q?$subject?="; +} + my $from = $mailfrom; if($mailfname) { - $mailfname = '=?UTF-8?Q?'.encode_qp($mailfname, '').'?='; - $from = '"'.$mailfname.'"'.' <'.$from.'>'; + $mailfname = encode_header($mailfname); + $from = "$mailfname <$from>"; } $Mail::Sender::NO_X_MAILER = 1; @@ -276,13 +286,13 @@ on_errors => undef, # debug_level => 4, # debug => './log.txt', - subject => '=?UTF-8?Q?'.encode_qp($subject, '').'?=', + subject => encode_header($subject), fake_from => $from, to => $rmail, - fake_to => '"=?UTF-8?Q?'.encode_qp($rname, '').'?="'.' <'.$rmail.'>', + fake_to => encode_header($rname).' <'.$rmail.'>', replyto => $mailfrom, ctype => 'text/plain', - encoding => '8bit', + encoding => 'quoted-printable', charset => 'UTF-8', msg => "$body\n", }) or return $Mail::Sender::Error; @@ -339,7 +349,7 @@ if ($debtors_file) { open(MAILFILE, "$debtors_file"); - my $template = join(' ', ); + my $template = join('', ); close MAILFILE; # @TODO: check 'messages' table and don't send notifies to often @@ -381,7 +391,7 @@ if ($invoices_file) { open(MAILFILE, "$invoices_file"); - my $template = join(' ', ); + my $template = join('', ); close MAILFILE; my $dbq = $dbase->prepare("SELECT d.id AS docid, c.id, c.pin, d.name, @@ -437,7 +447,7 @@ if ($deadline_file) { open(MAILFILE, "$deadline_file"); - my $template = join(' ', ); + my $template = join('', ); close MAILFILE; my $dbq = $dbase->prepare("SELECT d.id AS docid, c.id, c.pin, d.name, @@ -495,7 +505,7 @@ if ($notes_file) { open(MAILFILE, "$notes_file"); - my $template = join(' ', ); + my $template = join('', ); close MAILFILE; my $dbq = $dbase->prepare("SELECT d.id AS docid, c.id, c.pin, d.name, Index: lms/bin/lms-notify-messages diff -u lms/bin/lms-notify-messages:1.2 lms/bin/lms-notify-messages:1.3 --- lms/bin/lms-notify-messages:1.2 Thu Mar 11 14:07:28 2010 +++ lms/bin/lms-notify-messages Tue Mar 30 09:29:06 2010 @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, # USA. # -# $Id: lms-notify-messages,v 1.2 2010/03/11 13:07:28 alec Exp $ +# $Id: lms-notify-messages,v 1.3 2010/03/30 07:29:06 alec Exp $ use strict; use DBI; @@ -237,7 +237,7 @@ if ($debtors_file) { open(MAILFILE, "$debtors_file"); - my $template = join(' ', ); + my $template = join('', ); close MAILFILE; my $dbq = $dbase->prepare("SELECT c.id, c.pin, c.lastname, c.name, @@ -272,7 +272,7 @@ if ($invoices_file) { open(MAILFILE, "$invoices_file"); - my $template = join(' ', ); + my $template = join('', ); close MAILFILE; my $dbq = $dbase->prepare("SELECT d.id AS docid, c.id, c.pin, d.name, @@ -321,7 +321,7 @@ if ($deadline_file) { open(MAILFILE, "$deadline_file"); - my $template = join(' ', ); + my $template = join('', ); close MAILFILE; my $dbq = $dbase->prepare("SELECT d.id AS docid, c.id, c.pin, d.name, @@ -372,7 +372,7 @@ if ($notes_file) { open(MAILFILE, "$notes_file"); - my $template = join(' ', ); + my $template = join('', ); close MAILFILE; my $dbq = $dbase->prepare("SELECT d.id AS docid, c.id, c.pin, d.name, Index: lms/bin/lms-notify-sms diff -u lms/bin/lms-notify-sms:1.41 lms/bin/lms-notify-sms:1.42 --- lms/bin/lms-notify-sms:1.41 Thu Mar 11 14:07:28 2010 +++ lms/bin/lms-notify-sms Tue Mar 30 09:29:06 2010 @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, # USA. # -# $Id: lms-notify-sms,v 1.41 2010/03/11 13:07:28 alec Exp $ +# $Id: lms-notify-sms,v 1.42 2010/03/30 07:29:06 alec Exp $ use strict; use DBI; @@ -349,7 +349,7 @@ if ($debtors_file) { open(SMSFILE, "$debtors_file"); - my $template = join(' ', ); + my $template = join('', ); close SMSFILE; # @TODO: check 'messages' table and don't send notifies to often @@ -394,7 +394,7 @@ if ($invoices_file) { open(SMSFILE, "$invoices_file"); - my $template = join(' ', ); + my $template = join('', ); close SMSFILE; my $dbq = $dbase->prepare("SELECT d.id AS docid, c.id, c.pin, d.name, @@ -453,7 +453,7 @@ if ($deadline_file) { open(SMSFILE, "$deadline_file"); - my $template = join(' ', ); + my $template = join('', ); close SMSFILE; my $dbq = $dbase->prepare("SELECT d.id AS docid, c.id, c.pin, d.name, @@ -513,7 +513,7 @@ if ($notes_file) { open(SMSFILE, "$notes_file"); - my $template = join(' ', ); + my $template = join('', ); close SMSFILE; my $dbq = $dbase->prepare("SELECT d.id AS docid, c.id, c.pin, d.name, Index: lms/bin/lms-reminder diff -u lms/bin/lms-reminder:1.22 lms/bin/lms-reminder:1.23 --- lms/bin/lms-reminder:1.22 Thu Mar 11 14:07:28 2010 +++ lms/bin/lms-reminder Tue Mar 30 09:29:06 2010 @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, # USA. # -# $Id: lms-reminder,v 1.22 2010/03/11 13:07:28 alec Exp $ +# $Id: lms-reminder,v 1.23 2010/03/30 07:29:06 alec Exp $ use strict; use DBI; @@ -146,6 +146,15 @@ exit 1; } +sub encode_header +{ + my $subject = shift; + $subject = encode_qp($subject, ''); + $subject =~ s/ /_/g; + # @TODO: split long lines + return "=?UTF-8?Q?$subject?="; +} + $Mail::Sender::NO_X_MAILER = 1; $Mail::Sender::SITE_HEADERS = "X-Mailer: lms-reminder v.$_version"; @@ -222,13 +231,13 @@ on_errors => undef, #debug_level => 4, #debug => './log.txt', - subject => '=?UTF-8?Q?'.encode_qp($mailsubject, '').'?=', + subject => encode_header($mailsubject), fake_from => $mailfname || $mailfrom, to => $recipient, - fake_to => '"=?UTF-8?Q?'.encode_qp($row->{'name'}).'?="'.' <'.$recipient.'>', + fake_to => encode_header($row->{'name'}).' <'.$recipient.'>', replyto => $mailfrom, ctype => 'text/plain', - encoding => '8bit', + encoding => 'quoted-printable', charset => 'UTF-8', msg => "$contents\n", }) or print STDERR "Error sending mail: $Mail::Sender::Error\n"; Index: lms/bin/lms-rtparser diff -u lms/bin/lms-rtparser:1.82 lms/bin/lms-rtparser:1.83 --- lms/bin/lms-rtparser:1.82 Thu Mar 11 14:07:28 2010 +++ lms/bin/lms-rtparser Tue Mar 30 09:29:06 2010 @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, # USA. # -# $Id: lms-rtparser,v 1.82 2010/03/11 13:07:28 alec Exp $ +# $Id: lms-rtparser,v 1.83 2010/03/30 07:29:06 alec Exp $ use strict; use DBI; @@ -151,6 +151,15 @@ return $res; } +sub encode_header +{ + my $subject = shift; + $subject = encode_qp($subject, ''); + $subject =~ s/ /_/g; + # @TODO: split long lines + return "=?UTF-8?Q?$subject?="; +} + # very ugly code, but we really need tempdir.. # TODO - FIXME - better handling of temporary dir - we should use sth simillar to mktemp(); my $tmpdir = $tmp_dir || ((defined $ENV{'TMP'} && ! ($ENV{'TMP'} eq '')) ? $ENV{'TMP'} : '/tmp'); @@ -201,7 +210,7 @@ elsif(($body->mime_type =~ m/multipart\/alternative/i) && $mailbody eq '') { # Outlook's nasty multipart/alternative message - my $newbody = join " ", @{$body->body}; + my $newbody = join '', @{$body->body}; my @newbody = split /------=_NextPart_\S*\n/, $newbody; $newbody = $newbody[1]; # text message part my $tmp_body = $newbody; @@ -436,10 +445,10 @@ # encode confirmation headers my $mailto; - my $c_subject = encode_mimeword($autoreply_subject,'q','UTF-8'); - $autoreply_name = encode_mimeword($autoreply_name,'q','UTF-8'); - $replytoname = encode_mimeword($replytoname,'q','UTF-8'); - $fromname = encode_mimeword($fromname,'q','UTF-8'); + $autoreply_subject = encode_header($autoreply_subject); + $autoreply_name = encode_header($autoreply_name); + $replytoname = encode_header($replytoname); + $fromname = encode_header($fromname); if($autoreply) { @@ -461,11 +470,11 @@ on_errors => undef, # debug_level => 4, # debug => './log.txt', - subject => $c_subject, - fake_from => "\"$autoreply_name\" <$autoreply_from>", + subject => $autoreply_subject, + fake_from => "$autoreply_name <$autoreply_from>", to => $replytoemail || $fromemail, fake_to => $mailto, - encoding => '8bit', + encoding => 'quoted-printable', charset => 'UTF-8', messageid => "", headers => Index: lms/bin/lms-sendinvoices diff -u lms/bin/lms-sendinvoices:1.48 lms/bin/lms-sendinvoices:1.49 --- lms/bin/lms-sendinvoices:1.48 Thu Mar 11 14:07:28 2010 +++ lms/bin/lms-sendinvoices Tue Mar 30 09:29:06 2010 @@ -20,7 +20,7 @@ # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, # USA. # -# $Id: lms-sendinvoices,v 1.48 2010/03/11 13:07:28 alec Exp $ +# $Id: lms-sendinvoices,v 1.49 2010/03/30 07:29:06 alec Exp $ use strict; use DBI; @@ -149,6 +149,28 @@ exit 1; } +sub localtime2() +{ + if($fakedate) + { + my @fakedate = split(/\//, $fakedate); + return localtime(timelocal(0,0,0,$fakedate[2],$fakedate[1]-1,$fakedate[0])); + } + else + { + return localtime(); + } +} + +sub encode_header +{ + my $subject = shift; + $subject = encode_qp($subject, ''); + $subject =~ s/ /_/g; + # @TODO: split long lines + return "=?UTF-8?Q?$subject?="; +} + $Mail::Sender::NO_X_MAILER = 1; $Mail::Sender::SITE_HEADERS = "X-Mailer: lms-sendinvoices v.$_version"; @@ -171,19 +193,6 @@ $fext = 'pdf'; } -sub localtime2() -{ - if($fakedate) - { - my @fakedate = split(/\//, $fakedate); - return localtime(timelocal(0,0,0,$fakedate[2],$fakedate[1]-1,$fakedate[0])); - } - else - { - return localtime(); - } -} - my $month = sprintf("%d",strftime("%m",localtime2())); my $day = strftime("%e",localtime2()); my $year = strftime("%Y",localtime2()); @@ -193,8 +202,8 @@ if($sender_name) { - $sender_name = '=?UTF-8?Q?'.encode_qp($sender_name, '').'?='; - $from = '"'.$sender_name.'"'.' <'.$from.'>'; + $sender_name = encode_header($sender_name); + $from = "$sender_name <$from>"; } my $groupwhere = ''; @@ -251,10 +260,10 @@ # debug => './log.txt', })) { if( ref ($sender->OpenMultipart ({ - subject => '=?UTF-8?Q?'.encode_qp($subject, '').'?=', + subject => encode_header($subject), fake_from => $from, to => $custemail, - fake_to => '"=?UTF-8?Q?'.encode_qp($row->{'name'}, '').'?="'.' <'.$custemail.'>', + fake_to => encode_header($row->{'name'}).' <'.$custemail.'>', replyto => $sender_email, messageid => '{'id'}.'.'.$row->{'customerid'}.'@lms>', }))) { From cvs w lms.org.pl Wed Mar 31 12:46:29 2010 From: cvs w lms.org.pl (LMS CVS) Date: Wed, 31 Mar 2010 12:46:29 +0200 (CEST) Subject: [lms-commits] CVS update of lms/doc (lms.mysql) Message-ID: <20100331104629.5B7FF3027B29@hydra.altec.pl> Date: Wednesday, March 31, 2010 @ 12:46:29 Author: alec Path: /cvsroot/lms/doc Modified: lms.mysql - fix: mysql doesn't support inline REFERENCES specification, extra FOREIGN KEY clause required Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/doc/lms.mysql.diff?&r1=1.165&r2=1.166 Index: lms/doc/lms.mysql diff -u lms/doc/lms.mysql:1.165 lms/doc/lms.mysql:1.166 --- lms/doc/lms.mysql:1.165 Thu Mar 11 14:06:19 2010 +++ lms/doc/lms.mysql Wed Mar 31 12:46:29 2010 @@ -1,5 +1,5 @@ # -------------------------------------------------------- -# $Id: lms.mysql,v 1.165 2010/03/11 13:06:19 alec Exp $ +# $Id: lms.mysql,v 1.166 2010/03/31 10:46:29 alec Exp $ # -------------------------------------------------------- # @@ -252,9 +252,9 @@ clients int(11) NOT NULL DEFAULT '0', secret varchar(60) NOT NULL DEFAULT '', community varchar(50) NOT NULL DEFAULT '', - channelid int(11) DEFAULT NULL - REFERENCES ewx_channels (id) ON DELETE SET NULL ON UPDATE CASCADE, - PRIMARY KEY (id), + channelid int(11) DEFAULT NULL, + PRIMARY KEY (id), + FOREIGN KEY (channelid) REFERENCES ewx_channels (id) ON DELETE SET NULL ON UPDATE CASCADE, INDEX channelid (channelid) ) ENGINE=InnoDB; @@ -369,11 +369,11 @@ DROP TABLE IF EXISTS nodeassignments; CREATE TABLE nodeassignments ( id int(11) NOT NULL auto_increment, - nodeid int(11) NOT NULL - REFERENCES nodes (id) ON DELETE CASCADE ON UPDATE CASCADE, - assignmentid int(11) NOT NULL - REFERENCES assignments (id) ON DELETE CASCADE ON UPDATE CASCADE, + nodeid int(11) NOT NULL, + assignmentid int(11) NOT NULL, PRIMARY KEY (id), + FOREIGN KEY (nodeid) REFERENCES nodes (id) ON DELETE CASCADE ON UPDATE CASCADE, + FOREIGN KEY (assignmentid) REFERENCES assignments (id) ON DELETE CASCADE ON UPDATE CASCADE, UNIQUE KEY nodeid (nodeid, assignmentid), INDEX assignmentid (assignmentid) ) ENGINE=InnoDB; @@ -1313,9 +1313,8 @@ ttl INT(11) DEFAULT NULL, prio INT(11) DEFAULT NULL, change_date INT(11) DEFAULT NULL, - CONSTRAINT `records_ibfk_1` FOREIGN KEY (`domain_id`) - REFERENCES `domains` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, PRIMARY KEY(id), + FOREIGN KEY (domain_id) REFERENCES domains (id) ON DELETE CASCADE ON UPDATE CASCADE, INDEX domain_id (domain_id), INDEX name_type (name, type, domain_id) ) ENGINE=InnoDB; From cvs w lms.org.pl Wed Mar 31 12:46:29 2010 From: cvs w lms.org.pl (LMS CVS) Date: Wed, 31 Mar 2010 12:46:29 +0200 (CEST) Subject: [lms-commits] CVS update of lms/lib/upgradedb (mysql.2010020700.php) Message-ID: <20100331104629.767623027B2D@hydra.altec.pl> Date: Wednesday, March 31, 2010 @ 12:46:29 Author: alec Path: /cvsroot/lms/lib/upgradedb Modified: mysql.2010020700.php - fix: mysql doesn't support inline REFERENCES specification, extra FOREIGN KEY clause required Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/upgradedb/mysql.2010020700.php.diff?&r1=1.2&r2=1.3 Index: lms/lib/upgradedb/mysql.2010020700.php diff -u lms/lib/upgradedb/mysql.2010020700.php:1.2 lms/lib/upgradedb/mysql.2010020700.php:1.3 --- lms/lib/upgradedb/mysql.2010020700.php:1.2 Thu Mar 11 14:07:39 2010 +++ lms/lib/upgradedb/mysql.2010020700.php Wed Mar 31 12:46:29 2010 @@ -35,8 +35,8 @@ ) ENGINE=InnoDB "); -$DB->Execute("ALTER TABLE netdevices ADD channelid int(11) DEFAULT NULL - REFERENCES ewx_channels (id) ON DELETE SET NULL ON UPDATE CASCADE"); +$DB->Execute("ALTER TABLE netdevices ADD channelid int(11) DEFAULT NULL"); +$DB->Execute("ALTER TABLE netdevices ADD FOREIGN KEY (channelid) REFERENCES ewx_channels (id) ON DELETE SET NULL ON UPDATE CASCADE"); $DB->Execute("ALTER TABLE netdevices ADD INDEX channelid (channelid)"); $DB->Execute("UPDATE dbinfo SET keyvalue = ? WHERE keytype = ?", array('2010020700', 'dbversion')); From cvs w lms.org.pl Wed Mar 31 14:54:03 2010 From: cvs w lms.org.pl (LMS CVS) Date: Wed, 31 Mar 2010 14:54:03 +0200 (CEST) Subject: [lms-commits] CVS update of lms/lib (LMS.class.php) Message-ID: <20100331125403.211EB3027B29@hydra.altec.pl> Date: Wednesday, March 31, 2010 @ 14:54:03 Author: alec Path: /cvsroot/lms/lib Modified: LMS.class.php - fix for ewx channels Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/LMS.class.php.diff?&r1=1.1023&r2=1.1024 Index: lms/lib/LMS.class.php diff -u lms/lib/LMS.class.php:1.1023 lms/lib/LMS.class.php:1.1024 --- lms/lib/LMS.class.php:1.1023 Wed Mar 17 19:58:51 2010 +++ lms/lib/LMS.class.php Wed Mar 31 14:54:02 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: LMS.class.php,v 1.1023 2010/03/17 18:58:51 chilek Exp $ + * $Id: LMS.class.php,v 1.1024 2010/03/31 12:54:02 alec Exp $ */ // LMS Class - contains internal LMS database functions used @@ -34,7 +34,7 @@ var $CONFIG; // table including lms.ini options var $cache = array(); // internal cache var $_version = '1.11-cvs'; // class version - var $_revision = '$Revision: 1.1023 $'; + var $_revision = '$Revision: 1.1024 $'; function LMS(&$DB, &$AUTH, &$CONFIG) // class variables setting { @@ -849,14 +849,14 @@ // get EtherWerX channels if (chkconfig($this->CONFIG['phpui']['ewx_support'])) { - $channels = $this->DB->GetAllByKey('SELECT nodeid, channelid, c.name + $channels = $this->DB->GetAllByKey('SELECT nodeid, channelid, c.name, c.id FROM ewx_stm_nodes - LEFT JOIN ewx_channels c ON (c.id = channelid) - WHERE channelid != 0 - AND nodeid IN ('.implode(',', $ids).')', 'nodeid'); + JOIN ewx_stm_channels nc ON (channelid = nc.id) + LEFT JOIN ewx_channels c ON (c.id = nc.cid) + WHERE nodeid IN ('.implode(',', $ids).')', 'nodeid'); if ($channels) foreach($channels as $channel) { - $result[$ids[$channel['nodeid']]]['channelid'] = $channel['channelid']; + $result[$ids[$channel['nodeid']]]['channelid'] = $channel['id'] ? $channel['id'] : $channel['channelid']; $result[$ids[$channel['nodeid']]]['channelname'] = $channel['name']; } } From cvs w lms.org.pl Wed Mar 31 15:01:47 2010 From: cvs w lms.org.pl (LMS CVS) Date: Wed, 31 Mar 2010 15:01:47 +0200 (CEST) Subject: [lms-commits] CVS update of lms/lib (LMS.class.php) Message-ID: <20100331130147.4CBCF3027B29@hydra.altec.pl> Date: Wednesday, March 31, 2010 @ 15:01:47 Author: alec Path: /cvsroot/lms/lib Modified: LMS.class.php - fix for ewx channels (again) Diff URLs: http://cvs.lms.org.pl/viewvc/Development/lms/lib/LMS.class.php.diff?&r1=1.1024&r2=1.1025 Index: lms/lib/LMS.class.php diff -u lms/lib/LMS.class.php:1.1024 lms/lib/LMS.class.php:1.1025 --- lms/lib/LMS.class.php:1.1024 Wed Mar 31 14:54:02 2010 +++ lms/lib/LMS.class.php Wed Mar 31 15:01:47 2010 @@ -21,7 +21,7 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, * USA. * - * $Id: LMS.class.php,v 1.1024 2010/03/31 12:54:02 alec Exp $ + * $Id: LMS.class.php,v 1.1025 2010/03/31 13:01:47 alec Exp $ */ // LMS Class - contains internal LMS database functions used @@ -34,7 +34,7 @@ var $CONFIG; // table including lms.ini options var $cache = array(); // internal cache var $_version = '1.11-cvs'; // class version - var $_revision = '$Revision: 1.1024 $'; + var $_revision = '$Revision: 1.1025 $'; function LMS(&$DB, &$AUTH, &$CONFIG) // class variables setting { @@ -849,11 +849,11 @@ // get EtherWerX channels if (chkconfig($this->CONFIG['phpui']['ewx_support'])) { - $channels = $this->DB->GetAllByKey('SELECT nodeid, channelid, c.name, c.id + $channels = $this->DB->GetAllByKey('SELECT nodeid, channelid, c.name, c.id, cid FROM ewx_stm_nodes JOIN ewx_stm_channels nc ON (channelid = nc.id) LEFT JOIN ewx_channels c ON (c.id = nc.cid) - WHERE nodeid IN ('.implode(',', $ids).')', 'nodeid'); + WHERE nodeid IN ('.implode(',', array_keys($ids)).')', 'nodeid'); if ($channels) foreach($channels as $channel) { $result[$ids[$channel['nodeid']]]['channelid'] = $channel['id'] ? $channel['id'] : $channel['channelid'];