projects
/
ldapsaisie.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
74ddd2f
)
Select : Fixed Notice PHP
author
Benjamin Renard
<brenard@easter-eggs.com>
Tue, 16 Nov 2010 18:23:34 +0000
(19:23 +0100)
committer
Benjamin Renard
<brenard@easter-eggs.com>
Tue, 16 Nov 2010 18:23:34 +0000
(19:23 +0100)
public_html/select.php
patch
|
blob
|
history
diff --git
a/public_html/select.php
b/public_html/select.php
index
ebbdbcf
..
fbcf5e4
100644
(file)
--- a/
public_html/select.php
+++ b/
public_html/select.php
@@
-92,7
+92,7
@@
if(LSsession :: startLSsession()) {
$GLOBALS['Smarty']->assign('LSview_actions',$LSview_actions);
$LSsearch -> run();
$GLOBALS['Smarty']->assign('LSview_actions',$LSview_actions);
$LSsearch -> run();
- $page=(i
nt)$_REQUEST['page']
;
+ $page=(i
sset($_REQUEST['page'])?(int)$_REQUEST['page']:0)
;
$page = $LSsearch -> getPage($page);
$GLOBALS['Smarty']->assign('page',$page);
$GLOBALS['Smarty']->assign('LSsearch',$LSsearch);
$page = $LSsearch -> getPage($page);
$GLOBALS['Smarty']->assign('page',$page);
$GLOBALS['Smarty']->assign('LSsearch',$LSsearch);