Changeset 2929
- Timestamp:
- 05/03/11 01:41:09 (2 years ago)
- Location:
- alternc/branches/stable-1.0
- Files:
-
- 8 edited
-
. (modified) (1 prop)
-
bureau/admin/styles/style.css (modified) (1 diff)
-
bureau/class/m_mysql.php (modified) (3 diffs)
-
etc/alternc/functions_hosting (modified) (1 prop)
-
etc/alternc/templates/apache2/url.conf (modified) (1 prop)
-
etc/alternc/templates/apache2/vhost.conf (modified) (1 prop)
-
src/functions_dns.sh (modified) (1 prop)
-
src/functions_hosting.sh (modified) (1 prop)
Legend:
- Unmodified
- Added
- Removed
-
alternc/branches/stable-1.0
- Property svn:mergeinfo changed
/alternc/trunk merged: 2926-2927
- Property svn:mergeinfo changed
-
alternc/branches/stable-1.0/bureau/admin/styles/style.css
r2892 r2929 282 282 text-decoration: none; 283 283 border: 1px solid #F1F8FD; 284 line-height: 0.75em; 284 285 } 285 286 -
alternc/branches/stable-1.0/bureau/class/m_mysql.php
r2852 r2929 402 402 global $db,$err,$bro,$cuid; 403 403 $err->log("mysql","get_userslist"); 404 $db->query("SELECT name FROM dbusers WHERE uid='$cuid' ;");404 $db->query("SELECT name FROM dbusers WHERE uid='$cuid' ORDER BY name;"); 405 405 if (!$db->num_rows()) { 406 406 $err->raise("mysql",19); … … 562 562 $r[]=array("db"=>$dblist[$i]["name"], "select"=>"N", "insert"=>"N", "update"=>"N", "delete"=>"N", "create"=>"N", "drop"=>"N", "references"=>"N", "index"=>"N", "alter"=>"N", "Create_tmp"=>"N", "lock"=>"N" ); 563 563 } 564 564 565 565 return $r; 566 566 } 567 568 567 569 568 /* ------------------------------------------------------------ */ … … 646 645 $c=$this->get_dblist(); 647 646 if (is_array($c)) { 648 return count($c);647 return count($c); 649 648 } else { 650 return 0;649 return 0; 651 650 } 652 651 } elseif ($name=="mysql_users") { -
alternc/branches/stable-1.0/etc/alternc/functions_hosting
- Property svn:mergeinfo changed (with no actual effect on merging)
-
alternc/branches/stable-1.0/etc/alternc/templates/apache2/url.conf
- Property svn:mergeinfo changed (with no actual effect on merging)
-
alternc/branches/stable-1.0/etc/alternc/templates/apache2/vhost.conf
- Property svn:mergeinfo changed (with no actual effect on merging)
-
alternc/branches/stable-1.0/src/functions_dns.sh
- Property svn:mergeinfo changed (with no actual effect on merging)
-
alternc/branches/stable-1.0/src/functions_hosting.sh
- Property svn:mergeinfo changed (with no actual effect on merging)
Note: See TracChangeset
for help on using the changeset viewer.
